linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/ext4: Fix syntax errors in comments
@ 2022-06-05  9:15 Xiang wangx
  2022-06-18  2:59 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Xiang wangx @ 2022-06-05  9:15 UTC (permalink / raw)
  To: tytso; +Cc: adilger.kernel, linux-ext4, linux-kernel, Xiang wangx

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(-)

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,
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs/ext4: Fix syntax errors in comments
  2022-06-05  9:15 [PATCH] fs/ext4: Fix syntax errors in comments Xiang wangx
@ 2022-06-18  2:59 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2022-06-18  2:59 UTC (permalink / raw)
  To: Xiang wangx; +Cc: Theodore Ts'o, linux-ext4, adilger.kernel, linux-kernel

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,
-- 
Theodore Ts'o <tytso@mit.edu>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-18  2:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-05  9:15 [PATCH] fs/ext4: Fix syntax errors in comments Xiang wangx
2022-06-18  2:59 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).