Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Chelsy Ratnawat and committed by
Christian Brauner
fd5d8b65 53e8441b

+5 -5
+5 -5
fs/dcache.c
··· 1288 1288 EXPORT_SYMBOL(shrink_dcache_sb); 1289 1289 1290 1290 /** 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 1293 1293 * @D_WALK_QUIT: quit walk 1294 1294 * @D_WALK_NORETRY: quit when retry is needed 1295 1295 * @D_WALK_SKIP: skip this dentry and its children ··· 1712 1712 EXPORT_SYMBOL(d_invalidate); 1713 1713 1714 1714 /** 1715 - * __d_alloc - allocate a dcache entry 1715 + * __d_alloc - allocate a dcache entry 1716 1716 * @sb: filesystem it will belong to 1717 1717 * @name: qstr of the name 1718 1718 * ··· 1796 1796 } 1797 1797 1798 1798 /** 1799 - * d_alloc - allocate a dcache entry 1799 + * d_alloc - allocate a dcache entry 1800 1800 * @parent: parent of entry to allocate 1801 1801 * @name: qstr of the name 1802 1802 * ··· 2536 2536 } 2537 2537 2538 2538 /** 2539 - * d_rehash - add an entry back to the hash 2539 + * d_rehash - add an entry back to the hash 2540 2540 * @entry: dentry to add to the hash 2541 2541 * 2542 2542 * Adds a dentry to the hash according to its name.