aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorWalt Feasel2016-11-23 00:26:11 -0600
committerTom Rini2016-12-04 12:54:57 -0600
commitb4c650d14eb1298a5ffdcb6fa09db72b479ebeb9 (patch)
tree6b1cf419ef57e00871f54cb9fa4f082fb1172305 /api
parente5fbf2a73137dbf3b92b4dd26ddd2ea2500bef46 (diff)
downloadu-boot-b4c650d14eb1298a5ffdcb6fa09db72b479ebeb9.tar.gz
u-boot-b4c650d14eb1298a5ffdcb6fa09db72b479ebeb9.tar.xz
u-boot-b4c650d14eb1298a5ffdcb6fa09db72b479ebeb9.zip
Cosmetic api: api_storage.c Blank line after {
Make checkpatch style modification for CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Diffstat (limited to 'api')
-rw-r--r--api/api_storage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/api/api_storage.c b/api/api_storage.c
index 81c672d424..f857adaf2c 100644
--- a/api/api_storage.c
+++ b/api/api_storage.c
@@ -220,7 +220,6 @@ static int dev_enum_stor(int type, struct device_info *di)
220 */ 220 */
221 221
222 if (di->cookie == NULL) { 222 if (di->cookie == NULL) {
223
224 debugf("group%d - enum restart\n", type); 223 debugf("group%d - enum restart\n", type);
225 224
226 /* 225 /*
@@ -231,7 +230,6 @@ static int dev_enum_stor(int type, struct device_info *di)
231 specs[type].enum_started = 1; 230 specs[type].enum_started = 1;
232 231
233 } else if (dev_is_stor(type, di)) { 232 } else if (dev_is_stor(type, di)) {
234
235 debugf("group%d - enum continued for the next device\n", type); 233 debugf("group%d - enum continued for the next device\n", type);
236 234
237 if (specs[type].enum_ended) { 235 if (specs[type].enum_ended) {
@@ -243,7 +241,6 @@ static int dev_enum_stor(int type, struct device_info *di)
243 found = dev_stor_get(type, 0, &more, di); 241 found = dev_stor_get(type, 0, &more, di);
244 242
245 } else { 243 } else {
246
247 if (specs[type].enum_ended) { 244 if (specs[type].enum_ended) {
248 debugf("group %d - already enumerated, skipping\n", type); 245 debugf("group %d - already enumerated, skipping\n", type);
249 return 0; 246 return 0;