From patchwork Thu May 3 17:48:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Crispin X-Patchwork-Id: 156749 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D8F00B6FBA for ; Fri, 4 May 2012 03:53:13 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SQ0AW-0007jm-Ge; Thu, 03 May 2012 17:50:20 +0000 Received: from bombadil.infradead.org ([2001:4830:2446:ff00:4687:fcff:fea6:5117]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SQ0AS-0007iK-F1 for linux-mtd@merlin.infradead.org; Thu, 03 May 2012 17:50:16 +0000 Received: from [2a01:4f8:131:30e2::2] (helo=nbd.name) by bombadil.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SQ0AP-0006V6-F2 for linux-mtd@lists.infradead.org; Thu, 03 May 2012 17:50:14 +0000 From: John Crispin To: Artem Bityutskiy Subject: [PATCH] MTD: lantiq: fixes typo inside NAND driver Date: Thu, 3 May 2012 19:48:31 +0200 Message-Id: <1336067311-24797-1-git-send-email-blogic@openwrt.org> X-Mailer: git-send-email 1.7.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20120503_135013_730045_AA68CDE0 X-CRM114-Status: UNSURE ( 9.84 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.1 (-) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (-1.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS Cc: linux-mtd@lists.infradead.org, John Crispin X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org 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 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)