public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/atomic: fix kerneldoc spelling in try_cmpxchg
@ 2026-01-06  4:01 oldzhu
  2026-01-06  9:44 ` Peter Zijlstra
  2026-01-08 10:09 ` [tip: locking/core] scripts/atomic: Fix kerneldoc spelling in try_cmpxchg() tip-bot2 for oldzhu
  0 siblings, 2 replies; 5+ messages in thread
From: oldzhu @ 2026-01-06  4:01 UTC (permalink / raw)
  To: will; +Cc: peterz, boqun.feng, mark.rutland, gary, linux-kernel, oldzhu

Fix a typo in the kerneldoc comment template.

This changes 'occured' to 'occurred' in generated documentation.

Signed-off-by: oldzhu <oldrunner999@gmail.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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-08 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06  4:01 [PATCH] scripts/atomic: fix kerneldoc spelling in try_cmpxchg oldzhu
2026-01-06  9:44 ` Peter Zijlstra
2026-01-06  9:50   ` Peter Zijlstra
2026-01-07 10:10   ` oldzhu
2026-01-08 10:09 ` [tip: locking/core] scripts/atomic: Fix kerneldoc spelling in try_cmpxchg() tip-bot2 for oldzhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox