diff options
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/nand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index ab6363443ce8..50c5ea02c81a 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -390,8 +390,8 @@ struct nand_buffers { | |||
390 | * @write_buf: [REPLACEABLE] write data from the buffer to the chip | 390 | * @write_buf: [REPLACEABLE] write data from the buffer to the chip |
391 | * @read_buf: [REPLACEABLE] read data from the chip into the buffer | 391 | * @read_buf: [REPLACEABLE] read data from the chip into the buffer |
392 | * @select_chip: [REPLACEABLE] select chip nr | 392 | * @select_chip: [REPLACEABLE] select chip nr |
393 | * @block_bad: [REPLACEABLE] check, if the block is bad | 393 | * @block_bad: [REPLACEABLE] check if a block is bad, using OOB markers |
394 | * @block_markbad: [REPLACEABLE] mark the block bad | 394 | * @block_markbad: [REPLACEABLE] mark a block bad |
395 | * @cmd_ctrl: [BOARDSPECIFIC] hardwarespecific function for controlling | 395 | * @cmd_ctrl: [BOARDSPECIFIC] hardwarespecific function for controlling |
396 | * ALE/CLE/nCE. Also used to write command and address | 396 | * ALE/CLE/nCE. Also used to write command and address |
397 | * @init_size: [BOARDSPECIFIC] hardwarespecific function for setting | 397 | * @init_size: [BOARDSPECIFIC] hardwarespecific function for setting |