* [PATCH] MTD: lantiq: fixes typo inside NAND driver
@ 2012-05-03 17:48 John Crispin
2012-05-04 7:54 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: John Crispin @ 2012-05-03 17:48 UTC (permalink / raw)
To: Artem Bityutskiy; +Cc: linux-mtd, John Crispin
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@openwrt.org>
Cc: linux-mtd@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-04 7:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 17:48 [PATCH] MTD: lantiq: fixes typo inside NAND driver John Crispin
2012-05-04 7:54 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).