fs/dcache.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Fix minor spelling and indentation errors in the
documentation comments.
Signed-off-by: Chelsy Ratnawat <chelsyratnawat2001@gmail.com>
---
fs/dcache.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/fs/dcache.c b/fs/dcache.c
index 66dd1bb830d1..f995c25fb52b 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1298,8 +1298,8 @@ void shrink_dcache_sb(struct super_block *sb)
EXPORT_SYMBOL(shrink_dcache_sb);
/**
- * enum d_walk_ret - action to talke during tree walk
- * @D_WALK_CONTINUE: contrinue walk
+ * enum d_walk_ret - action to take during tree walk
+ * @D_WALK_CONTINUE: continue walk
* @D_WALK_QUIT: quit walk
* @D_WALK_NORETRY: quit when retry is needed
* @D_WALK_SKIP: skip this dentry and its children
@@ -1722,7 +1722,7 @@ void d_invalidate(struct dentry *dentry)
EXPORT_SYMBOL(d_invalidate);
/**
- * __d_alloc - allocate a dcache entry
+ * __d_alloc - allocate a dcache entry
* @sb: filesystem it will belong to
* @name: qstr of the name
*
@@ -1806,7 +1806,7 @@ static struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name)
}
/**
- * d_alloc - allocate a dcache entry
+ * d_alloc - allocate a dcache entry
* @parent: parent of entry to allocate
* @name: qstr of the name
*
@@ -2546,7 +2546,7 @@ static void __d_rehash(struct dentry *entry)
}
/**
- * d_rehash - add an entry back to the hash
+ * d_rehash - add an entry back to the hash
* @entry: dentry to add to the hash
*
* Adds a dentry to the hash according to its name.
--
2.47.3
On Wed, 28 Jan 2026 06:31:50 -0800, Chelsy Ratnawat wrote:
> Fix minor spelling and indentation errors in the
> documentation comments.
>
>
Applied to the vfs-7.0.misc branch of the vfs/vfs.git tree.
Patches in the vfs-7.0.misc branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.0.misc
[1/1] fs: dcache: fix typo in enum d_walk_ret comment
https://git.kernel.org/vfs/vfs/c/fd5d8b65cfe7
On Wed 28-01-26 06:31:50, Chelsy Ratnawat wrote: > Fix minor spelling and indentation errors in the > documentation comments. > > Signed-off-by: Chelsy Ratnawat <chelsyratnawat2001@gmail.com> Looks good to me. Feel free to add: Reviewed-by: Jan Kara <jack@suse.cz> Honza > --- > fs/dcache.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/fs/dcache.c b/fs/dcache.c > index 66dd1bb830d1..f995c25fb52b 100644 > --- a/fs/dcache.c > +++ b/fs/dcache.c > @@ -1298,8 +1298,8 @@ void shrink_dcache_sb(struct super_block *sb) > EXPORT_SYMBOL(shrink_dcache_sb); > > /** > - * enum d_walk_ret - action to talke during tree walk > - * @D_WALK_CONTINUE: contrinue walk > + * enum d_walk_ret - action to take during tree walk > + * @D_WALK_CONTINUE: continue walk > * @D_WALK_QUIT: quit walk > * @D_WALK_NORETRY: quit when retry is needed > * @D_WALK_SKIP: skip this dentry and its children > @@ -1722,7 +1722,7 @@ void d_invalidate(struct dentry *dentry) > EXPORT_SYMBOL(d_invalidate); > > /** > - * __d_alloc - allocate a dcache entry > + * __d_alloc - allocate a dcache entry > * @sb: filesystem it will belong to > * @name: qstr of the name > * > @@ -1806,7 +1806,7 @@ static struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name) > } > > /** > - * d_alloc - allocate a dcache entry > + * d_alloc - allocate a dcache entry > * @parent: parent of entry to allocate > * @name: qstr of the name > * > @@ -2546,7 +2546,7 @@ static void __d_rehash(struct dentry *entry) > } > > /** > - * d_rehash - add an entry back to the hash > + * d_rehash - add an entry back to the hash > * @entry: dentry to add to the hash > * > * Adds a dentry to the hash according to its name. > -- > 2.47.3 > -- Jan Kara <jack@suse.com> SUSE Labs, CR
© 2016 - 2026 Red Hat, Inc.