projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5fbf2a
)
Cosmetic api: api_storage.c Blank line after {
author
Walt Feasel
<waltfeasel@gmail.com>
Wed, 23 Nov 2016 06:26:11 +0000
(
01:26
-0500)
committer
Tom Rini
<trini@konsulko.com>
Sun, 4 Dec 2016 18:54:57 +0000
(13:54 -0500)
Make checkpatch style modification for
CHECK: Blank lines aren't necessary after
an open brace '{'
Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
api/api_storage.c
patch
|
blob
|
history
diff --git
a/api/api_storage.c
b/api/api_storage.c
index 81c672d424be34453938d5e0ffa2816313c0bab7..f857adaf2c693e0472eb7af4fc77b47769b9efcb 100644
(file)
--- 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)
*/
if (di->cookie == NULL) {
-
debugf("group%d - enum restart\n", type);
/*
@@
-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) {
@@
-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;