From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pz0-f41.google.com ([209.85.210.41]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Qw1AQ-00082k-7D for linux-mtd@lists.infradead.org; Wed, 24 Aug 2011 00:18:03 +0000 Received: by pzk4 with SMTP id 4so421553pzk.28 for ; Tue, 23 Aug 2011 17:18:00 -0700 (PDT) From: Brian Norris To: Artem Bityutskiy Subject: [PATCH 4/5] mtd: nand: fix spelling error (date => data) Date: Tue, 23 Aug 2011 17:17:35 -0700 Message-Id: <1314145056-5233-4-git-send-email-computersforpeace@gmail.com> In-Reply-To: <1314145056-5233-1-git-send-email-computersforpeace@gmail.com> References: <1314145056-5233-1-git-send-email-computersforpeace@gmail.com> Cc: Brian Norris , linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Brian Norris --- 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). -- 1.7.5.4