projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4c650d
)
Cosmetic api: api_storage.c Line over 80 char
author
Walt Feasel
<waltfeasel@gmail.com>
Wed, 23 Nov 2016 06:26:12 +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
WARNING: line over 80 characters
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 f857adaf2c693e0472eb7af4fc77b47769b9efcb..8dc7405647309140f914c45cce1efb50fb3b3122 100644
(file)
--- a/
api/api_storage.c
+++ b/
api/api_storage.c
@@
-37,7
+37,7
@@
struct stor_spec {
int max_dev;
int enum_started;
int enum_ended;
- int type;
/* "external" type: DT_STOR_{IDE,USB,etc} */
+ int type; /* "external" type: DT_STOR_{IDE,USB,etc} */
char *name;
};