aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/atomic/kerneldoc/add_unless
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/atomic/kerneldoc/add_unless')
-rw-r--r--scripts/atomic/kerneldoc/add_unless1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/atomic/kerneldoc/add_unless b/scripts/atomic/kerneldoc/add_unless
index f828e5f6750c27..fbc2fadfbdc412 100644
--- a/scripts/atomic/kerneldoc/add_unless
+++ b/scripts/atomic/kerneldoc/add_unless
@@ -10,6 +10,7 @@ cat <<EOF
* @u: ${int} value to compare with
*
* If (@v != @u), atomically updates @v to (@v + @a) with ${desc_order} ordering.
+ * Otherwise, @v is not modified and relaxed ordering is provided.
*
* ${desc_noinstr}
*