fix various comments

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
This commit is contained in:
Marcel Ziswiler 2007-12-30 03:30:56 +01:00 committed by Wolfgang Denk
parent 7817cb2083
commit 10c7382bc5
5 changed files with 25 additions and 26 deletions

View file

@ -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;