From: Walt Feasel <waltfeasel@gmail.com>
Date: Wed, 23 Nov 2016 06:26:12 +0000 (-0500)
Subject: Cosmetic api: api_storage.c Line over 80 char
X-Git-Tag: v2025.01-rc5-pxa1908~7940
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=e3d7675acf6de3eec43796cde6a9bc8989739f7a;p=u-boot.git

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>
---

diff --git a/api/api_storage.c b/api/api_storage.c
index f857adaf2c..8dc7405647 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;
 };