Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Baruch Siach and committed by
Brian Norris
57f5ef14 72ea4036

-1
-1
drivers/mtd/nand/nand_base.c
··· 157 157 158 158 /** 159 159 * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip 160 - * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip 161 160 * @mtd: MTD device structure 162 161 * 163 162 * Default read function for 16bit buswidth with endianness conversion.