From: Nigel Christian Date: Mon, 25 Jan 2021 01:41:41 +0000 (-0500) Subject: btrfs: remove repeated word in struct member comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e626e5673c2a3b4ce8200b961e28edd613ab6a9;p=linux.git btrfs: remove repeated word in struct member comment Comment for processed extent end of range has an unnecessary "in", remove it. Signed-off-by: Nigel Christian Reviewed-by: David Sterba Signed-off-by: David Sterba --- diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 2fa563da65bd7..edcdbd739a1e5 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -2776,7 +2776,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; };