mtd: nand: fix spelling error (date => data)

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Nov 7 11:59:30 EST 2011


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=32c8db8f622a4cb8ea9d571d462580f7137babbb
Commit:     32c8db8f622a4cb8ea9d571d462580f7137babbb
Parent:     93fad71c206ca4672360edaf918727b2b64f8ad1
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Tue Aug 23 17:17:35 2011 -0700
Committer:  Artem Bityutskiy <artem.bityutskiy at intel.com>
CommitDate: Sun Sep 11 15:02:18 2011 +0300

    mtd: nand: fix spelling error (date => data)
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 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 6d56968..85fef68 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -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).



More information about the linux-mtd-cvs mailing list