mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
ext4: fix spelling errors in comments
'functoin' and 'entres' should be 'function' and 'entries' respectively Signed-off-by: Chin Yik Ming <yikming2222@gmail.com> Link: https://lore.kernel.org/r/20220402090744.8918-1-yikming2222@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
committed by
Theodore Ts'o
parent
c30365b90a
commit
fac8873527
@@ -412,7 +412,7 @@ struct fname {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This functoin implements a non-recursive way of freeing all of the
|
* This function implements a non-recursive way of freeing all of the
|
||||||
* nodes in the red-black tree.
|
* nodes in the red-black tree.
|
||||||
*/
|
*/
|
||||||
static void free_rb_tree_fname(struct rb_root *root)
|
static void free_rb_tree_fname(struct rb_root *root)
|
||||||
@@ -515,7 +515,7 @@ int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* This is a helper function for ext4_dx_readdir. It calls filldir
|
* This is a helper function for ext4_dx_readdir. It calls filldir
|
||||||
* for all entres on the fname linked list. (Normally there is only
|
* for all entries on the fname linked list. (Normally there is only
|
||||||
* one entry on the linked list, unless there are 62 bit hash collisions.)
|
* one entry on the linked list, unless there are 62 bit hash collisions.)
|
||||||
*/
|
*/
|
||||||
static int call_filldir(struct file *file, struct dir_context *ctx,
|
static int call_filldir(struct file *file, struct dir_context *ctx,
|
||||||
|
Reference in New Issue
Block a user