Thread (87 messages) 87 messages, 12 authors, 2007-02-22
STALE7047d

[patch 01/21] Xen-paravirt: Fix typo in sync_constant_test_bit()s name.

From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-16 04:50:41
Also in: lkml, xen-devel

Signed-off-by: Jeremy Fitzhardinge <redacted>

===================================================================
--- 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;
-- 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help