
23 Nov
2016
23 Nov
'16
7:26 a.m.
Make checkpatch style modification for WARNING: line over 80 characters
Signed-off-by: Walt Feasel waltfeasel@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