[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140714083146.GJ9918@twins.programming.kicks-ass.net>
Date: Mon, 14 Jul 2014 10:31:46 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>,
John Stultz <john.stultz@...aro.org>
Subject: Re: [patch 51/55] clocksource: Make delta calculation a function
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.
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists