[PATCH] mtd: nand: remove duplicate comment line

Baruch Siach baruch at tkos.co.il
Wed Dec 31 00:41:54 PST 2014


Commit 7854d3f7495b1 (mtd: spelling, capitalization, uniformity) added a
correctly spelled line, but failed to remove the wrongly spelled one. Commit
064a7694b534 (mtd: Fix typo mtd/tests) then fixed the spelling again, but left
the duplication.

Fixes: 7854d3f7495b1 (mtd: spelling, capitalization, uniformity)
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 drivers/mtd/nand/nand_base.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 41585dfb206f..7bfa519588a4 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -157,7 +157,6 @@ static uint8_t nand_read_byte(struct mtd_info *mtd)
 
 /**
  * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
- * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
  * @mtd: MTD device structure
  *
  * Default read function for 16bit buswidth with endianness conversion.
-- 
2.1.4




More information about the linux-mtd mailing list