diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-08-23 20:17:35 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | 2011-09-11 08:02:18 -0400 |
commit | 32c8db8f622a4cb8ea9d571d462580f7137babbb (patch) | |
tree | 936bac257626a579fbcfe0743877ca3bc95d7b38 | |
parent | 93fad71c206ca4672360edaf918727b2b64f8ad1 (diff) |
mtd: nand: fix spelling error (date => data)
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
-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). |