diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-18 17:29:54 -0700 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2020-08-02 23:00:15 +0200 |
commit | 0c84b7fc973f9220ef8732c430ccc7c92d083184 (patch) | |
tree | 0f08ee839c9b752d72f2104e59bc788dc936b7c1 /include/linux/mtd | |
parent | f8951902b9daa65ba240ce8a054c727748df2147 (diff) | |
download | linux-stable-0c84b7fc973f9220ef8732c430ccc7c92d083184.tar.gz linux-stable-0c84b7fc973f9220ef8732c430ccc7c92d083184.tar.bz2 linux-stable-0c84b7fc973f9220ef8732c430ccc7c92d083184.zip |
MTD: pfow.h: drop a duplicated word
Drop the repeated word "can" 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>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/pfow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/pfow.h b/include/linux/mtd/pfow.h index 122f3439e1af..6166e7c60869 100644 --- a/include/linux/mtd/pfow.h +++ b/include/linux/mtd/pfow.h @@ -19,7 +19,7 @@ /* Identification info for LPDDR chip */ #define PFOW_MANUFACTURER_ID 0x0020 #define PFOW_DEVICE_ID 0x0022 -/* Address in PFOW where prog buffer can can be found */ +/* Address in PFOW where prog buffer can be found */ #define PFOW_PROGRAM_BUFFER_OFFSET 0x0040 /* Size of program buffer in words */ #define PFOW_PROGRAM_BUFFER_SIZE 0x0042 |