aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-11 21:57:30 +0800
committerRichard Weinberger <richard@nod.at>2022-09-21 11:12:18 +0200
commit818f9e8353c8e60dd0876bdac445e8fad346e50a (patch)
tree0bd0820ff91caedf1b85566791a1343b958d0fb2
parentubi: block: Remove in vain semicolon (diff)
downloadlinux-dev-818f9e8353c8e60dd0876bdac445e8fad346e50a.tar.xz
linux-dev-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>
-rw-r--r--drivers/mtd/ubi/ubi-media.h2
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.