]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ext4: fix typo in CR_GOAL_LEN_SLOW comment
authorBaokun Li <libaokun1@huawei.com>
Mon, 14 Jul 2025 13:03:17 +0000 (21:03 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jul 2025 13:14:17 +0000 (09:14 -0400)
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>
fs/ext4/ext4.h

index 6dc6fabf0228955e037c3c6cb83872771595b61a..c65aefa19a99dc6aeecb164faae00f223a6e73cd 100644 (file)
@@ -157,7 +157,7 @@ enum criteria {
 
        /*
         * Reads each block group sequentially, performing disk IO if
-        * necessary, to find find_suitable block group. Tries to
+        * necessary, to find suitable block group. Tries to
         * allocate goal length but might trim the request if nothing
         * is found after enough tries.
         */