diff mbox

MTD: lantiq: fixes typo inside NAND driver

Message ID 1336067311-24797-1-git-send-email-blogic@openwrt.org
State New, archived
Headers show

Commit Message

John Crispin May 3, 2012, 5:48 p.m. UTC
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(-)

Comments

Artem Bityutskiy May 4, 2012, 7:54 a.m. UTC | #1
On Thu, 2012-05-03 at 19:48 +0200, John Crispin wrote:
> 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.

Done, thanks!
diff mbox

Patch

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)