mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
fix various comments
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
This commit is contained in:

committed by
Wolfgang Denk

parent
7817cb2083
commit
10c7382bc5
@ -73,7 +73,7 @@ static int nand_is_bad_block(struct mtd_info *mtd, int block)
|
||||
nand_command(mtd, block, 0, CFG_NAND_BAD_BLOCK_POS, NAND_CMD_READOOB);
|
||||
|
||||
/*
|
||||
* Read on byte
|
||||
* Read one byte
|
||||
*/
|
||||
if (this->read_byte(mtd) != 0xff)
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user