Skip to content

Commit fd5d8b6

Browse files
ChelsyRatnawatbrauner
authored andcommitted
fs: dcache: fix typo in enum d_walk_ret comment
Fix minor spelling and indentation errors in the documentation comments. Signed-off-by: Chelsy Ratnawat <chelsyratnawat2001@gmail.com> Link: https://patch.msgid.link/20260128143150.3674284-1-chelsyratnawat2001@gmail.com Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 53e8441 commit fd5d8b6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

fs/dcache.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,8 +1288,8 @@ void shrink_dcache_sb(struct super_block *sb)
12881288
EXPORT_SYMBOL(shrink_dcache_sb);
12891289

12901290
/**
1291-
* enum d_walk_ret - action to talke during tree walk
1292-
* @D_WALK_CONTINUE: contrinue walk
1291+
* enum d_walk_ret - action to take during tree walk
1292+
* @D_WALK_CONTINUE: continue walk
12931293
* @D_WALK_QUIT: quit walk
12941294
* @D_WALK_NORETRY: quit when retry is needed
12951295
* @D_WALK_SKIP: skip this dentry and its children
@@ -1712,7 +1712,7 @@ void d_invalidate(struct dentry *dentry)
17121712
EXPORT_SYMBOL(d_invalidate);
17131713

17141714
/**
1715-
* __d_alloc - allocate a dcache entry
1715+
* __d_alloc - allocate a dcache entry
17161716
* @sb: filesystem it will belong to
17171717
* @name: qstr of the name
17181718
*
@@ -1796,7 +1796,7 @@ static struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name)
17961796
}
17971797

17981798
/**
1799-
* d_alloc - allocate a dcache entry
1799+
* d_alloc - allocate a dcache entry
18001800
* @parent: parent of entry to allocate
18011801
* @name: qstr of the name
18021802
*
@@ -2536,7 +2536,7 @@ static void __d_rehash(struct dentry *entry)
25362536
}
25372537

25382538
/**
2539-
* d_rehash - add an entry back to the hash
2539+
* d_rehash - add an entry back to the hash
25402540
* @entry: dentry to add to the hash
25412541
*
25422542
* Adds a dentry to the hash according to its name.

0 commit comments

Comments
 (0)