mtd: nand: correct indentation within conditional
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Tue Jun 23 10:59:06 PDT 2015
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=db5b09f6ed9d7617e43d7140e8bd8649ec067862
Commit: db5b09f6ed9d7617e43d7140e8bd8649ec067862
Parent: b74bdbe5884d83b3bd8dc774eb43f555a5088d5d
Author: Brian Norris <computersforpeace at gmail.com>
AuthorDate: Fri May 22 10:43:12 2015 -0700
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Fri May 22 10:57:47 2015 -0700
mtd: nand: correct indentation within conditional
We had an extra tab.
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
drivers/mtd/nand/nand_base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index a157757..ceb68ca 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -3685,7 +3685,7 @@ static struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd,
if (find_full_id_nand(mtd, chip, type, id_data, &busw))
goto ident_done;
} else if (*dev_id == type->dev_id) {
- break;
+ break;
}
}
More information about the linux-mtd-cvs
mailing list