Skip to content
Snippets Groups Projects
Commit e3d7675a authored by Walt Feasel's avatar Walt Feasel Committed by Tom Rini
Browse files

Cosmetic api: api_storage.c Line over 80 char


Make checkpatch style modification for
WARNING: line over 80 characters

Signed-off-by: default avatarWalt Feasel <waltfeasel@gmail.com>
parent b4c650d1
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ struct stor_spec { ...@@ -37,7 +37,7 @@ struct stor_spec {
int max_dev; int max_dev;
int enum_started; int enum_started;
int enum_ended; int enum_ended;
int type; /* "external" type: DT_STOR_{IDE,USB,etc} */ int type; /* "external" type: DT_STOR_{IDE,USB,etc} */
char *name; char *name;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment