dt-bindings: clock: qcom,gcc-msm8996: add more GCC clock sources
[platform/kernel/linux-rpi.git] / Documentation / atomic_bitops.txt
index 093cdae..d8b101c 100644 (file)
@@ -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.