mtd: rawnand: sm_common: drop unexpected word 'is' in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 16:05:11 +0000 (00:05 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 24 Jun 2022 18:46:53 +0000 (20:46 +0200)
commit431eae20a093fe3a47cf617b01b911ef39ce3a83
tree1814f3b0740a503a3f6ab78a59000817d5300df4
parent5278cc93a97f7b7b9e69632e52503e956153d944
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
drivers/mtd/nand/raw/sm_common.c