mtd: nand: fix spelling error (date => data)
authorBrian Norris <computersforpeace@gmail.com>
Wed, 24 Aug 2011 00:17:35 +0000 (17:17 -0700)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 12:02:18 +0000 (15:02 +0300)
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
include/linux/mtd/nand.h

index 6d5696876b3f6f6393617866051a3e91ce8c226f..85fef68a379dc4ad2771859d4a92e2d74a57f3de 100644 (file)
@@ -465,7 +465,7 @@ struct nand_buffers {
  * @controller:                [REPLACEABLE] a pointer to a hardware controller
  *                     structure which is shared among multiple independent
  *                     devices.
- * @priv:              [OPTIONAL] pointer to private chip date
+ * @priv:              [OPTIONAL] pointer to private chip data
  * @errstat:           [OPTIONAL] hardware specific function to perform
  *                     additional error status checks (determine if errors are
  *                     correctable).