Skip to content

Commit 431eae2

Browse files
Jiang Jianmiquelraynal
authored andcommitted
mtd: rawnand: sm_common: drop unexpected word 'is' in the comments
there is an unexpected word 'is' in the comments that need to be dropped file: drivers/mtd/nand/raw/sm_common.c line: 55 /* NOTE: This layout is is not compatabable with SmartMedia, */ changed to: /* NOTE: This layout is not compatabable with SmartMedia, */ Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20220622160511.11679-1-jiangjian@cdjrlc.com
1 parent 5278cc9 commit 431eae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/nand/raw/sm_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static const struct mtd_ooblayout_ops oob_sm_ops = {
5252
.free = oob_sm_ooblayout_free,
5353
};
5454

55-
/* NOTE: This layout is is not compatabable with SmartMedia, */
55+
/* NOTE: This layout is not compatabable with SmartMedia, */
5656
/* because the 256 byte devices have page depenent oob layout */
5757
/* However it does preserve the bad block markers */
5858
/* If you use smftl, it will bypass this and work correctly */

0 commit comments

Comments
 (0)