aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/atomic/kerneldoc/cmpxchg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/atomic/kerneldoc/cmpxchg')
-rw-r--r--scripts/atomic/kerneldoc/cmpxchg1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/atomic/kerneldoc/cmpxchg b/scripts/atomic/kerneldoc/cmpxchg
index 3bce328f50cff..02b24ee9d8a4f 100644
--- a/scripts/atomic/kerneldoc/cmpxchg
+++ b/scripts/atomic/kerneldoc/cmpxchg
@@ -6,6 +6,7 @@ cat <<EOF
* @new: ${int} value to assign
*
* If (@v == @old), atomically updates @v to @new with ${desc_order} ordering.
+ * Otherwise, @v is not modified and relaxed ordering is provided.
*
* ${desc_noinstr}
*