Thread (46 messages) 46 messages, 4 authors, 2007-02-28

Lifecycle

  1. Posted Jeremy Fitzhardinge <jeremy@goop.org>

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

From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-27 08:38:22
Also in: lkml, xen-devel

Signed-off-by: Jeremy Fitzhardinge <redacted>

---
 include/asm-i386/sync_bitops.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

===================================================================
--- 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