diff options
author | Baruch Siach <baruch@tkos.co.il> | 2014-12-31 10:41:54 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-01-09 15:14:07 -0800 |
commit | 57f5ef14a5ffbf4bad7d761e844efede21a1c975 (patch) | |
tree | ae3c84520c7b0f4c615736ef940218056c79abfe /drivers/mtd | |
parent | 72ea403669c7d49e8c407c61205b6d52438d39ab (diff) | |
download | linux-57f5ef14a5ffbf4bad7d761e844efede21a1c975.tar.gz linux-57f5ef14a5ffbf4bad7d761e844efede21a1c975.tar.xz |
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@tkos.co.il>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index 382354b5547b..816b5c1fd416 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. |