lkml.org 
[lkml]   [2014]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [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.
    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2014-07-14 13:21    [W:4.063 / U:0.060 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site