projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b74bdbe
)
mtd: nand: correct indentation within conditional
author
Brian Norris
<computersforpeace@gmail.com>
Fri, 22 May 2015 17:43:12 +0000
(10:43 -0700)
committer
Brian Norris
<computersforpeace@gmail.com>
Fri, 22 May 2015 17:57:47 +0000
(10:57 -0700)
We had an extra tab.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nand_base.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/nand_base.c
b/drivers/mtd/nand/nand_base.c
index a157757347ece024f766097639177fdf0f6802fe..ceb68ca8277a9ebb49c763a72b0979f089b878bb 100644
(file)
--- 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;
}
}