@@ -1349,7 +1349,7 @@ atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new)
13491349
13501350/**
13511351 * atomic_sub_and_test() - atomic subtract and test if zero with full ordering
1352- * @i: int value to add
1352+ * @i: int value to subtract
13531353 * @v: pointer to atomic_t
13541354 *
13551355 * Atomically updates @v to (@v - @i) with full ordering.
@@ -2927,7 +2927,7 @@ atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new)
29272927
29282928/**
29292929 * atomic64_sub_and_test() - atomic subtract and test if zero with full ordering
2930- * @i: s64 value to add
2930+ * @i: s64 value to subtract
29312931 * @v: pointer to atomic64_t
29322932 *
29332933 * Atomically updates @v to (@v - @i) with full ordering.
@@ -4505,7 +4505,7 @@ atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new)
45054505
45064506/**
45074507 * atomic_long_sub_and_test() - atomic subtract and test if zero with full ordering
4508- * @i: long value to add
4508+ * @i: long value to subtract
45094509 * @v: pointer to atomic_long_t
45104510 *
45114511 * Atomically updates @v to (@v - @i) with full ordering.
@@ -5050,4 +5050,4 @@ atomic_long_dec_if_positive(atomic_long_t *v)
50505050
50515051
50525052#endif /* _LINUX_ATOMIC_INSTRUMENTED_H */
5053- // ce5b65e0f1f8a276268b667194581d24bed219d4
5053+ // 8829b337928e9508259079d32581775ececd415b
0 commit comments