* [PATCH] smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment
@ 2025-07-22 16:18 Roman Kisel
2025-08-02 12:29 ` [tip: smp/urgent] " tip-bot2 for Roman Kisel
0 siblings, 1 reply; 2+ messages in thread
From: Roman Kisel @ 2025-07-22 16:18 UTC (permalink / raw)
To: mathieu.desnoyers, mingo, neeraj.upadhyay, paulmck, riel,
linux-kernel
"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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip: smp/urgent] smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment
2025-07-22 16:18 [PATCH] smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment Roman Kisel
@ 2025-08-02 12:29 ` tip-bot2 for Roman Kisel
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Roman Kisel @ 2025-08-02 12:29 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Roman Kisel, Thomas Gleixner, x86, linux-kernel
The following commit has been merged into the smp/urgent branch of tip:
Commit-ID: 83e6384374bac8a9da3411fae7f24376a7dbd2a3
Gitweb: https://git.kernel.org/tip/83e6384374bac8a9da3411fae7f24376a7dbd2a3
Author: Roman Kisel <romank@linux.microsoft.com>
AuthorDate: Tue, 22 Jul 2025 09:18:18 -07:00
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Sat, 02 Aug 2025 14:24:50 +02:00
smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment
"boolean" is spelt as "blooean". Fix that.
Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250722161818.6139-1-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 4649fa4..56f83aa 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -1018,7 +1018,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.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-02 12:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 16:18 [PATCH] smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment Roman Kisel
2025-08-02 12:29 ` [tip: smp/urgent] " tip-bot2 for Roman Kisel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).