All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs: remove repeated word
@ 2021-01-25  1:41 ` Nigel Christian
  0 siblings, 0 replies; 4+ messages in thread
From: Nigel Christian @ 2021-01-25  1:41 UTC (permalink / raw)
  To: clm, josef, dsterba; +Cc: linux-btrfs, kernel-janitors

Comment for processed extent end of range has an
unnecessary "in". Eradicate it.

Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
---
 fs/btrfs/extent_io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 7f689ad7709c..2dc98eeb3c93 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -2775,7 +2775,7 @@ struct processed_extent {
 	struct btrfs_inode *inode;
 	/* Start of the range in @inode */
 	u64 start;
-	/* End of the range in in @inode */
+	/* End of the range in @inode */
 	u64 end;
 	bool uptodate;
 };
-- 
2.29.2

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

end of thread, other threads:[~2021-01-25 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-25  1:41 [PATCH] btrfs: remove repeated word Nigel Christian
2021-01-25  1:41 ` Nigel Christian
2021-01-25 15:27 ` David Sterba
2021-01-25 15:27   ` 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.