PATCH: S/390 typo fixes

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 21 Mar 2003 19:58:09 GMT


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/include/asm-s390x/bitops.h linux-2.5.65-ac2/include/asm-s390x/bitops.h
--- linux-2.5.65/include/asm-s390x/bitops.h 2003-03-03 19:20:16.000000000 +0000
+++ linux-2.5.65-ac2/include/asm-s390x/bitops.h 2003-03-20 18:46:14.000000000 +0000
@@ -55,7 +55,7 @@

#ifdef CONFIG_SMP
/*
- * SMP save set_bit routine based on compare and swap (CS)
+ * SMP safe set_bit routine based on compare and swap (CS)
*/
static inline void set_bit_cs(unsigned long nr, volatile unsigned long *ptr)
{
@@ -80,7 +80,7 @@
}

/*
- * SMP save clear_bit routine based on compare and swap (CS)
+ * SMP safe clear_bit routine based on compare and swap (CS)
*/
static inline void clear_bit_cs(unsigned long nr, volatile unsigned long *ptr)
{
@@ -105,7 +105,7 @@
}

/*
- * SMP save change_bit routine based on compare and swap (CS)
+ * SMP safe change_bit routine based on compare and swap (CS)
*/
static inline void change_bit_cs(unsigned long nr, volatile unsigned long *ptr)
{
@@ -130,7 +130,7 @@
}

/*
- * SMP save test_and_set_bit routine based on compare and swap (CS)
+ * SMP safe test_and_set_bit routine based on compare and swap (CS)
*/
static inline int
test_and_set_bit_cs(unsigned long nr, volatile unsigned long *ptr)
@@ -157,7 +157,7 @@
}

/*
- * SMP save test_and_clear_bit routine based on compare and swap (CS)
+ * SMP safe test_and_clear_bit routine based on compare and swap (CS)
*/
static inline int
test_and_clear_bit_cs(unsigned long nr, volatile unsigned long *ptr)
@@ -184,7 +184,7 @@
}

/*
- * SMP save test_and_change_bit routine based on compare and swap (CS)
+ * SMP safe test_and_change_bit routine based on compare and swap (CS)
*/
static inline int
test_and_change_bit_cs(unsigned long nr, volatile unsigned long *ptr)
-
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/