Re: [PATCH v3 2/3] staging: xgifb: vb_setmode: fix long line warnings

2018-01-12 Thread Kenny Ballou
On 2018年01月12日 19:22 GMT, Dan Carpenter wrote: On Fri, Jan 12, 2018 at 09:23:08AM -0700, Kenny Ballou wrote: Fix a number of checkpatch warnings in xgfib/vb_setmode.c about line length being over 80 characters. Signed-off-by: Kenny Ballou --- @@ -714,7 +715,9 @@

Re: [PATCH v3 2/3] staging: xgifb: vb_setmode: fix long line warnings

2018-01-12 Thread Dan Carpenter
On Fri, Jan 12, 2018 at 09:23:08AM -0700, Kenny Ballou wrote: > Fix a number of checkpatch warnings in xgfib/vb_setmode.c about line > length being over 80 characters. > > Signed-off-by: Kenny Ballou > --- > @@ -714,7 +715,9 @@ static void XGI_SetCRT1DE(unsigned short

[PATCH v3 2/3] staging: xgifb: vb_setmode: fix long line warnings

2018-01-12 Thread Kenny Ballou
Fix a number of checkpatch warnings in xgfib/vb_setmode.c about line length being over 80 characters. Signed-off-by: Kenny Ballou --- drivers/staging/xgifb/vb_setmode.c | 75 ++ 1 file changed, 52 insertions(+), 23 deletions(-) diff