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: <20251001045145.38769-1-bhanuseshukumar@gmail.com>
Date: Wed,  1 Oct 2025 10:21:45 +0530
From: Bhanu Seshu Kumar Valluri <bhanuseshukumar@...il.com>
To: Christian Brauner <brauner@...nel.org>,
	Al Viro <viro@...iv.linux.org.uk>,
	NeilBrown <neil@...wn.name>,
	Jeff Layton <jlayton@...nel.org>,
	Jan Kara <jack@...e.cz>,
	Kaixiong Yu <yukaixiong@...wei.com>,
	Bhanu Seshu Kumar Valluri <bhanuseshukumar@...il.com>,
	Omar Sandoval <osandov@...com>
Cc: linux-kernel-mentees@...ts.linuxfoundation.org,
	skhan@...uxfoundation.org,
	david.hunter.linux@...il.com,
	linux-kernel@...r.kernel.org
Subject: [PATCH] fs: dcache: Fixed typo in doc comments

resonsibility => responsibility

Signed-off-by: Bhanu Seshu Kumar Valluri <bhanuseshukumar@...il.com>
---
 Note: No functionality change is intended.
 include/linux/dcache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index cc3e1c1a3454..17640d7a45aa 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -312,7 +312,7 @@ extern char *dentry_path(const struct dentry *, char *, int);
  *
  * Given a live dentry, increment the reference count and return the dentry.
  * Caller must hold @dentry->d_lock.  Making sure that dentry is alive is
- * caller's resonsibility.  There are many conditions sufficient to guarantee
+ * caller's responsibility.  There are many conditions sufficient to guarantee
  * that; e.g. anything with non-negative refcount is alive, so's anything
  * hashed, anything positive, anyone's parent, etc.
  */
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ