X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Documentation%2Fatomic_bitops.txt;h=d8b101c97031b0870d6431505fbd12f9b7d82351;hb=0d1f0e9966fee8e79420370f2c98ad9b750421dc;hp=093cdaefdb3733ecd076b5ffbfe3ad880b2c3afd;hpb=84396d141894c52f55c1276630587862f5ced7dd;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/Documentation/atomic_bitops.txt b/Documentation/atomic_bitops.txt index 093cdae..d8b101c 100644 --- a/Documentation/atomic_bitops.txt +++ b/Documentation/atomic_bitops.txt @@ -59,7 +59,7 @@ Like with atomic_t, the rule of thumb is: - RMW operations that have a return value are fully ordered. - RMW operations that are conditional are unordered on FAILURE, - otherwise the above rules apply. In the case of test_and_{}_bit() operations, + otherwise the above rules apply. In the case of test_and_set_bit_lock(), if the bit in memory is unchanged by the operation then it is deemed to have failed.