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]
Date: Tue, 27 Feb 2024 13:30:23 +0100
From: Markus Elfring <Markus.Elfring@....de>
To: kernel-janitors@...r.kernel.org, Ingo Molnar <mingo@...nel.org>,
 Peter Zijlstra <peterz@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] cleanup: Fix a typo in a comment line

From: Markus Elfring <elfring@...rs.sourceforge.net>
Date: Tue, 27 Feb 2024 13:24:10 +0100

Adjust a word in this description.

Signed-off-by: Markus Elfring <elfring@...rs.sourceforge.net>
---
 include/linux/cleanup.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/cleanup.h b/include/linux/cleanup.h
index c2d09bc4f976..df85f13d11af 100644
--- a/include/linux/cleanup.h
+++ b/include/linux/cleanup.h
@@ -136,7 +136,7 @@ static inline class_##_name##_t class_##_name##ext##_constructor(_init_args) \
  *
  * scoped_guard (name, args...) { }:
  *	similar to CLASS(name, scope)(args), except the variable (with the
- *	explicit name 'scope') is declard in a for-loop such that its scope is
+ *	explicit name 'scope') is declared in a for-loop such that its scope is
  *	bound to the next (compound) statement.
  *
  *	for conditional locks the loop body is skipped when the lock is not
--
2.43.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ