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:
b9daed8
)
Cosmetic api: api_storage.c Align parenthesis
author
Walt Feasel
<waltfeasel@gmail.com>
Wed, 23 Nov 2016 06:26:10 +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: Alignment should match open parenthesis
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 b5aaba1091e6d875eadb8bc5289f27e9bf14a5aa..81c672d424be34453938d5e0ffa2816313c0bab7 100644
(file)
--- a/
api/api_storage.c
+++ b/
api/api_storage.c
@@
-282,7
+282,7
@@
static int dev_enum_stor(int type, struct device_info *di)
if (found)
debugf("device found, returning cookie 0x%08x\n",
-
(u_int32_t)di->cookie);
+ (u_int32_t)di->cookie);
else
debugf("no device found\n");