diff options
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/nand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 1aeedf27a1ff..2071b02f0526 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -358,7 +358,7 @@ struct nand_buffers { | |||
358 | * @priv: [OPTIONAL] pointer to private chip date | 358 | * @priv: [OPTIONAL] pointer to private chip date |
359 | * @errstat: [OPTIONAL] hardware specific function to perform additional error status checks | 359 | * @errstat: [OPTIONAL] hardware specific function to perform additional error status checks |
360 | * (determine if errors are correctable) | 360 | * (determine if errors are correctable) |
361 | * @write_page [REPLACEABLE] High-level page write function | 361 | * @write_page: [REPLACEABLE] High-level page write function |
362 | */ | 362 | */ |
363 | 363 | ||
364 | struct nand_chip { | 364 | struct nand_chip { |