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>] [day] [month] [year] [list]
Message-ID: <20250722161818.6139-1-romank@linux.microsoft.com>
Date: Tue, 22 Jul 2025 09:18:18 -0700
From: Roman Kisel <romank@...ux.microsoft.com>
To: mathieu.desnoyers@...icios.com,
	mingo@...nel.org,
	neeraj.upadhyay@...nel.org,
	paulmck@...nel.org,
	riel@...riel.com,
	linux-kernel@...r.kernel.org
Subject: [PATCH] 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>
---
 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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ