lkml.org 
[lkml]   [2007]   [Jan]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 01/20] XEN-paravirt: Fix typo in sync_constant_test_bit()s name.
    Fix typo in sync_constant_test_bit()s name.

    Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>

    ===================================================================
    --- a/include/asm-i386/sync_bitops.h
    +++ b/include/asm-i386/sync_bitops.h
    @@ -130,7 +130,7 @@ static inline int sync_test_and_change_b
    return oldbit;
    }

    -static __always_inline int sync_const_test_bit(int nr, const volatile unsigned long *addr)
    +static __always_inline int sync_constant_test_bit(int nr, const volatile unsigned long *addr)
    {
    return ((1UL << (nr & 31)) &
    (((const volatile unsigned int *)addr)[nr >> 5])) != 0;
    --

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-01-14 00:43    [W:2.530 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site