]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Cosmetic api: api_storage.c Line over 80 char
authorWalt Feasel <waltfeasel@gmail.com>
Wed, 23 Nov 2016 06:26:12 +0000 (01:26 -0500)
committerTom 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

index f857adaf2c693e0472eb7af4fc77b47769b9efcb..8dc7405647309140f914c45cce1efb50fb3b3122 100644 (file)
@@ -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;
 };