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: <20240915220805.4378-1-everestkc@everestkc.com.np>
Date: Sun, 15 Sep 2024 16:08:00 -0600
From: "Everest K.C." <everestkc@...restkc.com.np>
To: nabijaczleweli@...ijaczleweli.xyz,
	akpm@...ux-foundation.org
Cc: "Everest K.C." <everestkc@...restkc.com.np>,
	linux-kernel@...r.kernel.org
Subject: [PATCH v2] Fix spelling error in file kernel/relay.c

Fixed spelling error reported by codespell as follows:
	perfomring ==> performing
        implemention ==> implementation

Signed-off-by: Everest K.C. <everestkc@...restkc.com.np>
---
 v1 -> v2: * Rolled back the change in multiline comment that broke the
	     patch
	   * Changed "ementation" and "emention" (which was messedup in v10) 
	     to "implementation"

 kernel/relay.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/relay.c b/kernel/relay.c
index a8e90e98bf2c..04b04c238c96 100644
--- a/kernel/relay.c
+++ b/kernel/relay.c
@@ -560,7 +560,7 @@ static void __relay_set_buf_dentry(void *info)
  *	Use to setup files for a previously buffer-only channel created
  *	by relay_open() with a NULL parent dentry.
  *
- *	For example, this is useful for perfomring early tracing in kernel,
+ *	For example, this is useful for performing early tracing in kernel,
  *	before VFS is up and then exposing the early results once the dentry
  *	is available.
  */
@@ -837,7 +837,7 @@ static int relay_file_mmap(struct file *filp, struct vm_area_struct *vma)
  *	@filp: the file
  *	@wait: poll table
  *
- *	Poll implemention.
+ *	Poll implementation.
  */
 static __poll_t relay_file_poll(struct file *filp, poll_table *wait)
 {
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ