From: Theodore Ts'o Date: Wed, 15 Mar 2023 18:34:18 +0000 (-0400) Subject: ext4: fix comment: "start start" -> "start" in mpage_prepare_extent_to_map() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=98ccceee3e0637a37e20c1c12a08173663db77e7;p=linux.git ext4: fix comment: "start start" -> "start" in mpage_prepare_extent_to_map() Signed-off-by: Theodore Ts'o --- diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 6445b8017a8ee..dbcc8b48c7bad 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -2432,7 +2432,7 @@ static int mpage_prepare_extent_to_map(struct mpage_da_data *mpd) mpd->next_page = index; /* * Start a transaction for writeback of journalled data. We don't start - * start the transaction if the filesystem is frozen. In that case we + * the transaction if the filesystem is frozen. In that case we * should not have any dirty data to write anymore but possibly there * are stray page dirty bits left by the checkpointing code so this * loop clears them.