patch-2.4.4 linux/include/asm-i386/atomic.h

Next file: linux/include/asm-i386/bitops.h
Previous file: linux/include/asm-cris/unistd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/asm-i386/atomic.h linux/include/asm-i386/atomic.h
@@ -75,7 +75,7 @@
 }
 
 /**
- * atomic_sub_and_test - test variable then subtract 
+ * atomic_sub_and_test - subtract value from variable and test result
  * @i: integer value to subtract
  * @v: pointer of type atomic_t
  * 
@@ -111,7 +111,7 @@
 }
 
 /**
- * atomic_dec - decrement the atomic variable
+ * atomic_dec - decrement atomic variable
  * @v: pointer of type atomic_t
  * 
  * Atomically decrements @v by 1.  Note that the guaranteed
@@ -126,7 +126,7 @@
 }
 
 /**
- * atomic_dec_and_test - decrement by 1 and test
+ * atomic_dec_and_test - decrement and test
  * @v: pointer of type atomic_t
  * 
  * Atomically decrements @v by 1 and
@@ -146,7 +146,7 @@
 }
 
 /**
- * atomic_inc_and_test - increment by 1 and test 
+ * atomic_inc_and_test - increment and test 
  * @v: pointer of type atomic_t
  * 
  * Atomically increments @v by 1

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)