Skip to content

Commit

Permalink
Cosmetic api: api_storage.c Blank line after {
Browse files Browse the repository at this point in the history
Make checkpatch style modification for
CHECK: Blank lines aren't necessary after
an open brace '{'

Signed-off-by: Walt Feasel <[email protected]>
  • Loading branch information
feasw authored and trini committed Dec 4, 2016
1 parent e5fbf2a commit b4c650d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/api_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ static int dev_enum_stor(int type, struct device_info *di)
*/

if (di->cookie == NULL) {

debugf("group%d - enum restart\n", type);

/*
Expand All @@ -231,7 +230,6 @@ static int dev_enum_stor(int type, struct device_info *di)
specs[type].enum_started = 1;

} else if (dev_is_stor(type, di)) {

debugf("group%d - enum continued for the next device\n", type);

if (specs[type].enum_ended) {
Expand All @@ -243,7 +241,6 @@ static int dev_enum_stor(int type, struct device_info *di)
found = dev_stor_get(type, 0, &more, di);

} else {

if (specs[type].enum_ended) {
debugf("group %d - already enumerated, skipping\n", type);
return 0;
Expand Down

0 comments on commit b4c650d

Please sign in to comment.