[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260106040158.31461-1-oldrunner999@gmail.com>
Date: Tue, 6 Jan 2026 12:01:58 +0800
From: oldzhu <oldrunner999@...il.com>
To: will@...nel.org
Cc: peterz@...radead.org,
boqun.feng@...il.com,
mark.rutland@....com,
gary@...yguo.net,
linux-kernel@...r.kernel.org,
oldzhu <oldrunner999@...il.com>
Subject: [PATCH] scripts/atomic: fix kerneldoc spelling in try_cmpxchg
Fix a typo in the kerneldoc comment template.
This changes 'occured' to 'occurred' in generated documentation.
Signed-off-by: oldzhu <oldrunner999@...il.com>
---
scripts/atomic/kerneldoc/try_cmpxchg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/atomic/kerneldoc/try_cmpxchg b/scripts/atomic/kerneldoc/try_cmpxchg
index 3ccff29538f5..4dfc7a167ea1 100644
--- a/scripts/atomic/kerneldoc/try_cmpxchg
+++ b/scripts/atomic/kerneldoc/try_cmpxchg
@@ -11,6 +11,6 @@ cat <<EOF
*
* ${desc_noinstr}
*
- * Return: @true if the exchange occured, @false otherwise.
+ * Return: @true if the exchange occurred, @false otherwise.
*/
EOF
--
2.43.0
Powered by blists - more mailing lists