lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175413777609.1420.16907938407623485683.tip-bot2@tip-bot2>
Date: Sat, 02 Aug 2025 12:29:36 -0000
From: "tip-bot2 for Roman Kisel" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Roman Kisel <romank@...ux.microsoft.com>,
 Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
 linux-kernel@...r.kernel.org
Subject:
 [tip: smp/urgent] smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment

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@...ux.microsoft.com>
AuthorDate:    Tue, 22 Jul 2025 09:18:18 -07:00
Committer:     Thomas Gleixner <tglx@...utronix.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@...ux.microsoft.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ