[U-Boot] [U-BOOT][TEST PATCH 3/5] Cosmetic api: api_storage.c Line over 80 char

Walt Feasel waltfeasel at gmail.com
Wed Nov 23 07:26:12 CET 2016


Make checkpatch style modification for
WARNING: line over 80 characters

Signed-off-by: Walt Feasel <waltfeasel at gmail.com>
---
This patch series is to verify a correct patch submission.
Please let me know if there is a problem or preferred
wording for submitting cosmetic patches.

 api/api_storage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/api_storage.c b/api/api_storage.c
index 9c4ff5b..3db0979 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;
 };
 
-- 
2.1.4



More information about the U-Boot mailing list