Skip to content
Snippets Groups Projects
Commit b4c650d1 authored by Walt Feasel's avatar Walt Feasel Committed by Tom Rini
Browse files

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: default avatarWalt Feasel <waltfeasel@gmail.com>
parent e5fbf2a7
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,6 @@ static int dev_enum_stor(int type, struct device_info *di) ...@@ -220,7 +220,6 @@ static int dev_enum_stor(int type, struct device_info *di)
*/ */
if (di->cookie == NULL) { if (di->cookie == NULL) {
debugf("group%d - enum restart\n", type); debugf("group%d - enum restart\n", type);
/* /*
...@@ -231,7 +230,6 @@ static int dev_enum_stor(int type, struct device_info *di) ...@@ -231,7 +230,6 @@ static int dev_enum_stor(int type, struct device_info *di)
specs[type].enum_started = 1; specs[type].enum_started = 1;
} else if (dev_is_stor(type, di)) { } else if (dev_is_stor(type, di)) {
debugf("group%d - enum continued for the next device\n", type); debugf("group%d - enum continued for the next device\n", type);
if (specs[type].enum_ended) { if (specs[type].enum_ended) {
...@@ -243,7 +241,6 @@ static int dev_enum_stor(int type, struct device_info *di) ...@@ -243,7 +241,6 @@ static int dev_enum_stor(int type, struct device_info *di)
found = dev_stor_get(type, 0, &more, di); found = dev_stor_get(type, 0, &more, di);
} else { } else {
if (specs[type].enum_ended) { if (specs[type].enum_ended) {
debugf("group %d - already enumerated, skipping\n", type); debugf("group %d - already enumerated, skipping\n", type);
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment