Browse Source

mtd: nand: remove repeated comment, fix spelling

Singed-off-by: Vimal Singh <vimalsingh@ti.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
vimal singh 16 năm trước cách đây
mục cha
commit
b8b3ee9aab
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      drivers/mtd/nand/nand_base.c

+ 1 - 2
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;