diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-18 17:32:08 -0700 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2020-08-02 23:00:10 +0200 |
commit | f8951902b9daa65ba240ce8a054c727748df2147 (patch) | |
tree | cc2cd195f15556198abe9df9e44be1814bdab9d9 | |
parent | 3d19792a7d7279b1aece733c2605a3671c6459c9 (diff) |
MTD: mtd-abi.h: drop a duplicated word
Drop the repeated word "mode" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | include/uapi/mtd/mtd-abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/mtd/mtd-abi.h b/include/uapi/mtd/mtd-abi.h index 4b48fbf7d343..65b9db936557 100644 --- a/include/uapi/mtd/mtd-abi.h +++ b/include/uapi/mtd/mtd-abi.h @@ -262,7 +262,7 @@ struct mtd_ecc_stats { * @MTD_FILE_MODE_OTP_USER: OTP enabled in user mode * @MTD_FILE_MODE_RAW: OTP disabled, ECC disabled * - * These modes can be set via ioctl(MTDFILEMODE). The mode mode will be retained + * These modes can be set via ioctl(MTDFILEMODE). The mode will be retained * separately for each open file descriptor. * * Note: %MTD_FILE_MODE_RAW provides the same functionality as %MTD_OPS_RAW - |