From: Roman Kisel <romank@linux.microsoft.com>
To: mathieu.desnoyers@efficios.com, mingo@kernel.org,
neeraj.upadhyay@kernel.org, paulmck@kernel.org, riel@surriel.com,
linux-kernel@vger.kernel.org
Subject: [PATCH] smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment
Date: Tue, 22 Jul 2025 09:18:18 -0700 [thread overview]
Message-ID: <20250722161818.6139-1-romank@linux.microsoft.com> (raw)
"boolean" is spelt as "blooean". Fix that.
Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
---
kernel/smp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/smp.c b/kernel/smp.c
index 974f3a3962e8..631183ea55d5 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -1026,7 +1026,7 @@ void __init smp_init(void)
* @cond_func: A callback function that is passed a cpu id and
* the info parameter. The function is called
* with preemption disabled. The function should
- * return a blooean value indicating whether to IPI
+ * return a boolean value indicating whether to IPI
* the specified CPU.
* @func: The function to run on all applicable CPUs.
* This must be fast and non-blocking.
base-commit: 89be9a83ccf1f88522317ce02f854f30d6115c41
--
2.43.0
next reply other threads:[~2025-07-22 16:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-22 16:18 Roman Kisel [this message]
2025-08-02 12:29 ` [tip: smp/urgent] smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment tip-bot2 for Roman Kisel
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=20250722161818.6139-1-romank@linux.microsoft.com \
--to=romank@linux.microsoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mingo@kernel.org \
--cc=neeraj.upadhyay@kernel.org \
--cc=paulmck@kernel.org \
--cc=riel@surriel.com \
/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.