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 <[email protected]> Reviewed-by: Ojaswin Mujoo <[email protected]> Reviewed-by: Jan Kara <[email protected]> Reviewed-by: Zhang Yi <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 4d18a0b commit 9a0ed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)