From patchwork Fri Dec 12 12:25:24 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manasa Gangaiah X-Patchwork-Id: 13746 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C3160DDFD1 for ; Sat, 13 Dec 2008 01:55:54 +1100 (EST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1LB9OK-0004Y2-NM; Fri, 12 Dec 2008 14:53:20 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1LB8z4-0001LK-P5 for linux-mtd@bombadil.infradead.org; Fri, 12 Dec 2008 14:27:14 +0000 Received: from arroyo.ext.ti.com ([192.94.94.40]) by casper.infradead.org with esmtps (Exim 4.69 #1 (Red Hat Linux)) id 1LB75W-0004BI-Ss for linux-mtd@lists.infradead.org; Fri, 12 Dec 2008 12:25:49 +0000 Received: from dlep36.itg.ti.com ([157.170.170.91]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id mBCCPPAY000397 for ; Fri, 12 Dec 2008 06:25:30 -0600 Received: from webmail.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id mBCCPNk3014061 for ; Fri, 12 Dec 2008 06:25:24 -0600 (CST) Received: from 192.168.10.89 (proxying for 10.24.255.18) (SquirrelMail authenticated user x0099189); by dbdmail.itg.ti.com with HTTP; Fri, 12 Dec 2008 17:55:24 +0530 (IST) Message-ID: <37466.192.168.10.89.1229084724.squirrel@dbdmail.itg.ti.com> In-Reply-To: <35044.192.168.10.89.1229077681.squirrel@dbdmail.itg.ti.com> References: <35044.192.168.10.89.1229077681.squirrel@dbdmail.itg.ti.com> Date: Fri, 12 Dec 2008 17:55:24 +0530 (IST) Subject: [PATCH] [MTD] [NAND] : Correcting file name in the header section. From: "Manasa Gangaiah" To: linux-mtd@lists.infradead.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-Spam-Score: 0.0 (/) X-Mailman-Approved-At: Fri, 12 Dec 2008 09:53:17 -0500 X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org This patch corrects the file name in the header section. Signed-off-by: Manasa Gangaiah --- drivers/mtd/nand/autcpu12.c | 2 +- drivers/mtd/nand/nand_base.c | 2 +- drivers/mtd/nand/nand_bbt.c | 2 +- drivers/mtd/nand/nandids.c | 2 +- drivers/mtd/nand/ndfc.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) --- a/drivers/mtd/nand/nand_base.c 2008-12-12 16:59:41.000000000 +0530 +++ b/drivers/mtd/nand/nand_base.c 2008-12-12 17:11:27.000000000 +0530 @@ -1,5 +1,5 @@ /* - * drivers/mtd/nand.c + * drivers/mtd/nand/nand_base.c * * Overview: * This is the generic MTD driver for NAND flash devices. It should be --- a/drivers/mtd/nand/nandids.c 2008-12-12 17:23:44.000000000 +0530 +++ b/drivers/mtd/nand/nandids.c 2008-12-12 17:23:58.000000000 +0530 @@ -1,5 +1,5 @@ /* - * drivers/mtd/nandids.c + * drivers/mtd/nand/nandids.c * * Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de) * --- a/drivers/mtd/nand/ndfc.c 2008-12-12 17:28:56.000000000 +0530 +++ b/drivers/mtd/nand/ndfc.c 2008-12-12 17:29:08.000000000 +0530 @@ -1,5 +1,5 @@ /* - * drivers/mtd/ndfc.c + * drivers/mtd/nand/ndfc.c * * Overview: * Platform independend driver for NDFC (NanD Flash Controller) --- a/drivers/mtd/nand/autcpu12.c 2008-12-12 17:32:38.000000000 +0530 +++ b/drivers/mtd/nand/autcpu12.c 2008-12-12 17:32:56.000000000 +0530 @@ -1,5 +1,5 @@ /* - * drivers/mtd/autcpu12.c + * drivers/mtd/nand/autcpu12.c * * Copyright (c) 2002 Thomas Gleixner * --- a/drivers/mtd/nand/nand_bbt.c 2008-12-12 17:42:50.000000000 +0530 +++ b/drivers/mtd/nand/nand_bbt.c 2008-12-12 17:43:17.000000000 +0530 @@ -1,5 +1,5 @@ /* - * drivers/mtd/nand_bbt.c + * drivers/mtd/nand/nand_bbt.c * * Overview: * Bad block table support for the NAND driver