浏览代码

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 年之前
父节点
当前提交
b8b3ee9aab
共有 1 个文件被更改,包括 1 次插入2 次删除
  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;