Re: [patch 51/55] clocksource: Make delta calculation a function

From: Peter Zijlstra
Date: Mon Jul 14 2014 - 04:32:09 EST


On Fri, Jul 11, 2014 at 01:45:15PM -0000, Thomas Gleixner wrote:
> +static inline cycle_t clocksource_delta(cycle_t now, cycle_t last, cycle_t mask)
> +{
> + return (now -last) & mask;
> +}

Inconsistent whitespace there.

Attachment: pgp7_DYvsLXSF.pgp
Description: PGP signature