From: Baruch Siach Date: Wed, 31 Dec 2014 08:41:54 +0000 (+0200) Subject: mtd: nand: remove duplicate comment line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=57f5ef14a5ffbf4bad7d761e844efede21a1c975;p=deliverable%2Flinux.git 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 Signed-off-by: Brian Norris --- 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 @@ -156,7 +156,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 *