diff options
| author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-05-14 10:19:00 -0400 |
|---|---|---|
| committer | Brian Norris <computersforpeace@gmail.com> | 2014-05-20 20:36:01 -0400 |
| commit | 555b8d1259a4d384690c2f2a62e2d84d2a536ed3 (patch) | |
| tree | 1b84070515e0fd2780a6e5b509c6c4d34bb6e9e6 /drivers/mtd/chips | |
| parent | 66507c7bc8895f0da6b4ad87e96d61a9f7d7a118 (diff) | |
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')
| -rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0020.c | 4 | ||||
| -rw-r--r-- | drivers/mtd/chips/cfi_util.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0020.c b/drivers/mtd/chips/cfi_cmdset_0020.c index 6293855fb5ee..423666b51efb 100644 --- a/drivers/mtd/chips/cfi_cmdset_0020.c +++ b/drivers/mtd/chips/cfi_cmdset_0020.c | |||
| @@ -961,7 +961,7 @@ static int cfi_staa_erase_varsize(struct mtd_info *mtd, | |||
| 961 | chipnum++; | 961 | chipnum++; |
| 962 | 962 | ||
| 963 | if (chipnum >= cfi->numchips) | 963 | if (chipnum >= cfi->numchips) |
| 964 | break; | 964 | break; |
| 965 | } | 965 | } |
| 966 | } | 966 | } |
| 967 | 967 | ||
| @@ -1170,7 +1170,7 @@ static int cfi_staa_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) | |||
| 1170 | chipnum++; | 1170 | chipnum++; |
| 1171 | 1171 | ||
| 1172 | if (chipnum >= cfi->numchips) | 1172 | if (chipnum >= cfi->numchips) |
| 1173 | break; | 1173 | break; |
| 1174 | } | 1174 | } |
| 1175 | } | 1175 | } |
| 1176 | return 0; | 1176 | return 0; |
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, | |||
| 239 | chipnum++; | 239 | chipnum++; |
| 240 | 240 | ||
| 241 | if (chipnum >= cfi->numchips) | 241 | if (chipnum >= cfi->numchips) |
| 242 | break; | 242 | break; |
| 243 | } | 243 | } |
| 244 | } | 244 | } |
| 245 | 245 | ||
