mtd: nand: remove duplicate comment line

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Feb 16 18:59:02 PST 2015


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=57f5ef14a5ffbf4bad7d761e844efede21a1c975
Commit:     57f5ef14a5ffbf4bad7d761e844efede21a1c975
Parent:     72ea403669c7d49e8c407c61205b6d52438d39ab
Author:     Baruch Siach <baruch at tkos.co.il>
AuthorDate: Wed Dec 31 10:41:54 2014 +0200
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Fri Jan 9 15:14:07 2015 -0800

    mtd: nand: remove duplicate comment line
    
    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>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 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 382354b..816b5c1 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.



More information about the linux-mtd-cvs mailing list