* [PATCH] fs: dcache: Fixed typo in doc comments
@ 2025-10-01 4:51 Bhanu Seshu Kumar Valluri
0 siblings, 0 replies; only message in thread
From: Bhanu Seshu Kumar Valluri @ 2025-10-01 4:51 UTC (permalink / raw)
To: Christian Brauner, Al Viro, NeilBrown, Jeff Layton, Jan Kara,
Kaixiong Yu, Bhanu Seshu Kumar Valluri, Omar Sandoval
Cc: linux-kernel-mentees, skhan, david.hunter.linux, linux-kernel
resonsibility => responsibility
Signed-off-by: Bhanu Seshu Kumar Valluri <bhanuseshukumar@gmail.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-01 4:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01 4:51 [PATCH] fs: dcache: Fixed typo in doc comments Bhanu Seshu Kumar Valluri
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.