Skip to content

Commit 9a0ed16

Browse files
LiBaokun96tytso
authored andcommitted
ext4: fix typo in CR_GOAL_LEN_SLOW comment
Remove the superfluous "find_". Signed-off-by: Baokun Li <libaokun1@huawei.com> Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Zhang Yi <yi.zhang@huawei.com> Link: https://patch.msgid.link/20250714130327.1830534-8-libaokun1@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent 4d18a0b commit 9a0ed16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ext4/ext4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ enum criteria {
157157

158158
/*
159159
* Reads each block group sequentially, performing disk IO if
160-
* necessary, to find find_suitable block group. Tries to
160+
* necessary, to find suitable block group. Tries to
161161
* allocate goal length but might trim the request if nothing
162162
* is found after enough tries.
163163
*/

0 commit comments

Comments
 (0)