From: Jason Wang Date: Thu, 11 Aug 2022 13:57:30 +0000 (+0800) Subject: ubi: ubi-media.h: Fix comment typo X-Git-Tag: v6.1-rc1~13^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=818f9e8353c8e60dd0876bdac445e8fad346e50a;p=thirdparty%2Flinux.git ubi: ubi-media.h: Fix comment typo The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Reviewed-by: Zhihao Cheng Signed-off-by: Richard Weinberger --- diff --git a/drivers/mtd/ubi/ubi-media.h b/drivers/mtd/ubi/ubi-media.h index 386db0598e954..2c9cd3b6434f4 100644 --- a/drivers/mtd/ubi/ubi-media.h +++ b/drivers/mtd/ubi/ubi-media.h @@ -131,7 +131,7 @@ enum { * is changed radically. This field is duplicated in the volume identifier * header. * - * The @vid_hdr_offset and @data_offset fields contain the offset of the the + * The @vid_hdr_offset and @data_offset fields contain the offset of the * volume identifier header and user data, relative to the beginning of the * physical eraseblock. These values have to be the same for all physical * eraseblocks.