mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
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 <nigel.l.christian@gmail.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
81e75ac74e
commit
2e626e5673
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user