[PATCH] fs: dcache: fix typo in enum d_walk_ret comment

Chelsy Ratnawat posted 1 patch 1 week, 2 days ago
There is a newer version of this series
fs/dcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fs: dcache: fix typo in enum d_walk_ret comment
Posted by Chelsy Ratnawat 1 week, 2 days ago
Fix a spelling error in the documentation comment for
D_WALK_CONTINUE.

Signed-off-by: Chelsy Ratnawat <chelsyratnawat2001@gmail.com>
---
 fs/dcache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/dcache.c b/fs/dcache.c
index 66dd1bb830d1..5b591a5f955f 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1299,7 +1299,7 @@ EXPORT_SYMBOL(shrink_dcache_sb);
 
 /**
  * enum d_walk_ret - action to talke during tree walk
- * @D_WALK_CONTINUE:	contrinue 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
-- 
2.47.3
Re: [PATCH] fs: dcache: fix typo in enum d_walk_ret comment
Posted by Jan Kara 1 week, 2 days ago
On Wed 28-01-26 02:57:09, Chelsy Ratnawat wrote:
> Fix a spelling error in the documentation comment for
> D_WALK_CONTINUE.
> 
> Signed-off-by: Chelsy Ratnawat <chelsyratnawat2001@gmail.com>

Thanks. When we are fixing this please also fix:

>  /**
>   * enum d_walk_ret - action to talke during tree walk
				  ^^^ take

> - * @D_WALK_CONTINUE:	contrinue 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

								Honza
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR