[PATCH] MTD: lantiq: fixes typo inside NAND driver

John Crispin blogic at openwrt.org
Thu May 3 13:48:31 EDT 2012


This Patch fixes a minor typo in my patch

[PATCH 4/4] MTD: MIPS: lantiq: add xway nand support

from last monday. Could you please fold this fix into the patch.

Signed-off-by: John Crispin <blogic at openwrt.org>
Cc: linux-mtd at lists.infradead.org
---
 drivers/mtd/nand/xway_nand.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/xway_nand.c b/drivers/mtd/nand/xway_nand.c
index e4cd00d..e655fa6 100644
--- a/drivers/mtd/nand/xway_nand.c
+++ b/drivers/mtd/nand/xway_nand.c
@@ -178,7 +178,7 @@ static struct platform_nand_data xway_nand_data = {
 };
 
 /*
- * Try to find the node inside the DT. If it is available attach out
+ * Try to find the node inside the DT. If it is available attach our
  * platform_nand_data
  */
 int __init xway_register_nand(void)
-- 
1.7.9.1




More information about the linux-mtd mailing list