All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs: Fix typo in comment
@ 2022-06-09 14:24 Xiang wangx
  2022-06-15 12:33 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Xiang wangx @ 2022-06-09 14:24 UTC (permalink / raw)
  To: clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Xiang wangx

Delete the redundant word 'we'.

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

diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index da41a0c371bc..e583558cbbfd 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -2857,7 +2857,7 @@ int btrfs_replace_file_extents(struct btrfs_inode *inode,
 	}
 
 	/*
-	 * If we were cloning, force the next fsync to be a full one since we
+	 * If we were cloning, force the next fsync to be a full one since
 	 * we replaced (or just dropped in the case of cloning holes when
 	 * NO_HOLES is enabled) file extent items and did not setup new extent
 	 * maps for the replacement extents (or holes).
-- 
2.36.1


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

* Re: [PATCH] btrfs: Fix typo in comment
  2022-06-09 14:24 [PATCH] btrfs: Fix typo in comment Xiang wangx
@ 2022-06-15 12:33 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2022-06-15 12:33 UTC (permalink / raw)
  To: Xiang wangx; +Cc: clm, josef, dsterba, linux-btrfs, linux-kernel

On Thu, Jun 09, 2022 at 10:24:05PM +0800, Xiang wangx wrote:
> Delete the redundant word 'we'.
> 
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>

Thanks, but we'd rather do typo fixes in bigger batches and the one you
fix does not cause confusion or is not a typo in some function name or
identifier.

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

end of thread, other threads:[~2022-06-15 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 14:24 [PATCH] btrfs: Fix typo in comment Xiang wangx
2022-06-15 12:33 ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.