Re: [PATCH v2 2/3] staging: xgifb: vb_setmode: fix 80 char lines

2018-01-12 Thread Kenny Ballou
On 2018年01月12日 13:45 GMT, Dan Carpenter wrote: > On Fri, Jan 12, 2018 at 06:39:22AM -0700, Kenny Ballou wrote: >> >> On 2018年01月12日 13:21 GMT, Dan Carpenter wrote: >> > On Fri, Jan 12, 2018 at 06:10:17AM -0700, Kenny Ballou wrote: >> >> >> @@ -1468,7 +1472,8 @@ static void

Re: [PATCH v2 2/3] staging: xgifb: vb_setmode: fix 80 char lines

2018-01-12 Thread Dan Carpenter
On Fri, Jan 12, 2018 at 06:39:22AM -0700, Kenny Ballou wrote: > > On 2018年01月12日 13:21 GMT, Dan Carpenter wrote: > > On Fri, Jan 12, 2018 at 06:10:17AM -0700, Kenny Ballou wrote: > >> >> @@ -1468,7 +1472,8 @@ static void XGI_SetLVDSRegs(unsigned short > >> >> ModeIdIndex, > >> >> tempax

Re: [PATCH v2 2/3] staging: xgifb: vb_setmode: fix 80 char lines

2018-01-12 Thread Kenny Ballou
On 2018年01月12日 13:21 GMT, Dan Carpenter wrote: > On Fri, Jan 12, 2018 at 06:10:17AM -0700, Kenny Ballou wrote: >> >> @@ -1468,7 +1472,8 @@ static void XGI_SetLVDSRegs(unsigned short >> >> ModeIdIndex, >> >> tempax |= tempcx; >> >> >> >> xgifb_reg_set(pVBInfo->Part1Port, 0x15, tempax); >> >>

Re: [PATCH v2 2/3] staging: xgifb: vb_setmode: fix 80 char lines

2018-01-12 Thread Dan Carpenter
On Fri, Jan 12, 2018 at 06:10:17AM -0700, Kenny Ballou wrote: > >> @@ -1468,7 +1472,8 @@ static void XGI_SetLVDSRegs(unsigned short > >> ModeIdIndex, > >>tempax |= tempcx; > >> > >>xgifb_reg_set(pVBInfo->Part1Port, 0x15, tempax); > >> - xgifb_reg_set(pVBInfo->Part1Port, 0x14, > >> +

Re: [PATCH v2 2/3] staging: xgifb: vb_setmode: fix 80 char lines

2018-01-12 Thread Kenny Ballou
On 2018年01月12日 12:42 GMT, Dan Carpenter wrote: > On Fri, Jan 12, 2018 at 05:36:40AM -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 >> --- >>

Re: [PATCH v2 2/3] staging: xgifb: vb_setmode: fix 80 char lines

2018-01-12 Thread Dan Carpenter
On Fri, Jan 12, 2018 at 05:36:40AM -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 > --- > drivers/staging/xgifb/vb_setmode.c | 78 >

[PATCH v2 2/3] staging: xgifb: vb_setmode: fix 80 char lines

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 | 78 ++ 1 file changed, 54 insertions(+), 24 deletions(-) diff