diff mbox series

fs/ext4: Fix syntax errors in comments

Message ID 20220605091503.12513-1-wangxiang@cdjrlc.com
State Awaiting Upstream
Headers show
Series fs/ext4: Fix syntax errors in comments | expand

Commit Message

Xiang wangx June 5, 2022, 9:15 a.m. UTC
Delete the redundant word 'need'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 fs/ext4/migrate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Theodore Ts'o June 18, 2022, 2:59 a.m. UTC | #1
On Sun, 5 Jun 2022 17:15:03 +0800, Xiang wangx wrote:
> Delete the redundant word 'need'.
> 
> 

Applied, thanks!

[1/1] fs/ext4: Fix syntax errors in comments
      commit: 729e657ab8d41efc2eadbb686193e888660b6253

Best regards,
diff mbox series

Patch

diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c
index 7a5353a8cfd7..42f590518b4c 100644
--- a/fs/ext4/migrate.c
+++ b/fs/ext4/migrate.c
@@ -438,7 +438,7 @@  int ext4_ext_migrate(struct inode *inode)
 
 	/*
 	 * Worst case we can touch the allocation bitmaps and a block
-	 * group descriptor block.  We do need need to worry about
+	 * group descriptor block.  We do need to worry about
 	 * credits for modifying the quota inode.
 	 */
 	handle = ext4_journal_start(inode, EXT4_HT_MIGRATE,