Skip to content

Commit 1f3ddff

Browse files
Xiang wangxtytso
authored andcommitted
ext4: fix a doubled word "need" in a comment
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220605091503.12513-1-wangxiang@cdjrlc.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent b55c3cd commit 1f3ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext4/migrate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ int ext4_ext_migrate(struct inode *inode)
438438

439439
/*
440440
* Worst case we can touch the allocation bitmaps and a block
441-
* group descriptor block. We do need need to worry about
441+
* group descriptor block. We do need to worry about
442442
* credits for modifying the quota inode.
443443
*/
444444
handle = ext4_journal_start(inode, EXT4_HT_MIGRATE,

0 commit comments

Comments
 (0)