summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-23 06:26:12 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-04 18:54:57 (GMT)
commite3d7675acf6de3eec43796cde6a9bc8989739f7a (patch)
tree77954f195945b1df7c133a07702f55723c1aa102 /api
parentb4c650d14eb1298a5ffdcb6fa09db72b479ebeb9 (diff)
downloadu-boot-fsl-qoriq-e3d7675acf6de3eec43796cde6a9bc8989739f7a.tar.xz
Cosmetic api: api_storage.c Line over 80 char
Make checkpatch style modification for WARNING: line over 80 characters Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Diffstat (limited to 'api')
-rw-r--r--api/api_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api_storage.c b/api/api_storage.c
index f857ada..8dc7405 100644
--- 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;
};