Commit b4c650d14eb1298a5ffdcb6fa09db72b479ebeb9

Authored by Walt Feasel
Committed by Tom Rini
1 parent e5fbf2a731

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

... ... @@ -220,7 +220,6 @@
220 220 */
221 221  
222 222 if (di->cookie == NULL) {
223   -
224 223 debugf("group%d - enum restart\n", type);
225 224  
226 225 /*
... ... @@ -231,7 +230,6 @@
231 230 specs[type].enum_started = 1;
232 231  
233 232 } else if (dev_is_stor(type, di)) {
234   -
235 233 debugf("group%d - enum continued for the next device\n", type);
236 234  
237 235 if (specs[type].enum_ended) {
... ... @@ -243,7 +241,6 @@
243 241 found = dev_stor_get(type, 0, &more, di);
244 242  
245 243 } else {
246   -
247 244 if (specs[type].enum_ended) {
248 245 debugf("group %d - already enumerated, skipping\n", type);
249 246 return 0;