diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-08-11 21:57:30 +0800 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2022-09-21 11:12:18 +0200 |
commit | 818f9e8353c8e60dd0876bdac445e8fad346e50a (patch) | |
tree | 0bd0820ff91caedf1b85566791a1343b958d0fb2 /drivers/mtd/ubi | |
parent | 6c97bb345f163e45a8e4a14acc9391be0beaa6bb (diff) | |
download | linux-stable-818f9e8353c8e60dd0876bdac445e8fad346e50a.tar.gz linux-stable-818f9e8353c8e60dd0876bdac445e8fad346e50a.tar.bz2 linux-stable-818f9e8353c8e60dd0876bdac445e8fad346e50a.zip |
ubi: ubi-media.h: Fix comment typo
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r-- | drivers/mtd/ubi/ubi-media.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/ubi-media.h b/drivers/mtd/ubi/ubi-media.h index 386db0598e95..2c9cd3b6434f 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. |