mtd: nand: remove repeated comment, fix spelling

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Sep 4 04:59:02 EDT 2009


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=b8b3ee9aabbc3e6fc7ef025d861dd780b84eb6c5
Commit:     b8b3ee9aabbc3e6fc7ef025d861dd780b84eb6c5
Parent:     652696efce135559b98ee5a3d7899295e8d553fa
Author:     vimal singh <vimalsingh at ti.com>
AuthorDate: Thu Jul 9 20:41:22 2009 +0530
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Sep 4 09:33:51 2009 +0100

    mtd: nand: remove repeated comment, fix spelling
    
    Singed-off-by: Vimal Singh <vimalsingh at ti.com>
    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/nand/nand_base.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 8c21b89..4a5a329 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -688,8 +688,7 @@ nand_get_device(struct nand_chip *chip, struct mtd_info *mtd, int new_state)
  retry:
 	spin_lock(lock);
 
-	/* Hardware controller shared among independend devices */
-	/* Hardware controller shared among independend devices */
+	/* Hardware controller shared among independent devices */
 	if (!chip->controller->active)
 		chip->controller->active = chip;
 



More information about the linux-mtd-cvs mailing list