All of lore.kernel.org
 help / color / mirror / Atom feed
From: oldzhu <oldrunner999@gmail.com>
To: will@kernel.org
Cc: peterz@infradead.org, boqun.feng@gmail.com, mark.rutland@arm.com,
	gary@garyguo.net, linux-kernel@vger.kernel.org,
	oldzhu <oldrunner999@gmail.com>
Subject: [PATCH] scripts/atomic: fix kerneldoc spelling in try_cmpxchg
Date: Tue,  6 Jan 2026 12:01:58 +0800	[thread overview]
Message-ID: <20260106040158.31461-1-oldrunner999@gmail.com> (raw)

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


             reply	other threads:[~2026-01-06  4:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-06  4:01 oldzhu [this message]
2026-01-06  9:44 ` [PATCH] scripts/atomic: fix kerneldoc spelling in try_cmpxchg 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260106040158.31461-1-oldrunner999@gmail.com \
    --to=oldrunner999@gmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=gary@garyguo.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=peterz@infradead.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.