aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/cfi_util.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2014-05-14 17:19:00 +0300
committerBrian Norris <computersforpeace@gmail.com>2014-05-20 17:36:01 -0700
commit555b8d1259a4d384690c2f2a62e2d84d2a536ed3 (patch)
tree1b84070515e0fd2780a6e5b509c6c4d34bb6e9e6 /drivers/mtd/chips/cfi_util.c
parentmtd: nand: Add support to use nand_base poi databuf as bounce buffer (diff)
downloadlinux-dev-555b8d1259a4d384690c2f2a62e2d84d2a536ed3.tar.xz
linux-dev-555b8d1259a4d384690c2f2a62e2d84d2a536ed3.zip
mtd: cfi: indent some if statements
The break statements should be indented another tab. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/chips/cfi_util.c')
-rw-r--r--drivers/mtd/chips/cfi_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/cfi_util.c b/drivers/mtd/chips/cfi_util.c
index 08049f6eea60..09c79bd0b4f4 100644
--- a/drivers/mtd/chips/cfi_util.c
+++ b/drivers/mtd/chips/cfi_util.c
@@ -239,7 +239,7 @@ int cfi_varsize_frob(struct mtd_info *mtd, varsize_frob_t frob,
chipnum++;
if (chipnum >= cfi->numchips)
- break;
+ break;
}
}