diff options
Diffstat (limited to 'include/linux/mtd/nand.h')
-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 6d5696876b3f..85fef68a379d 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -465,7 +465,7 @@ struct nand_buffers { | |||
465 | * @controller: [REPLACEABLE] a pointer to a hardware controller | 465 | * @controller: [REPLACEABLE] a pointer to a hardware controller |
466 | * structure which is shared among multiple independent | 466 | * structure which is shared among multiple independent |
467 | * devices. | 467 | * devices. |
468 | * @priv: [OPTIONAL] pointer to private chip date | 468 | * @priv: [OPTIONAL] pointer to private chip data |
469 | * @errstat: [OPTIONAL] hardware specific function to perform | 469 | * @errstat: [OPTIONAL] hardware specific function to perform |
470 | * additional error status checks (determine if errors are | 470 | * additional error status checks (determine if errors are |
471 | * correctable). | 471 | * correctable). |