[PATCH v5 1/2] staging: xgifb: vb_setmode: fix long line warnings

2018-01-15 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 <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_setmode.c | 58 -- 1 file changed, 37 insertions(+), 21 deletions(-)

[PATCH v5 0/2] staging: xgifb: checkpatch fixes

2018-01-15 Thread Kenny Ballou
Changes since v4: - Old 1/3 was accepted, shifting the patch numbers - Removed pythonisms and bad line edits in 1/2: fix long line warnings - Removed bad patch/commit separation in 2/2: brace style fixes ___ devel mailing list

[PATCH v5 2/2] staging: xgifb: vb_setmode: brace style fixes

2018-01-15 Thread Kenny Ballou
Add braces to certain "multiline" conditions where "multiline" means including comments. Signed-off-by: Kenny Ballou <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_setmode.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --g

[patch v4 3/3] staging: xgifb: vb_setmode: brace style fixes

2018-01-12 Thread Kenny Ballou
Add braces to certain "multiline" conditions where "multiline" means including comments. Signed-off-by: Kenny Ballou <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_setmode.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) di

[patch v4 1/3] staging: xgifb: vb_table: fix whitespacing issues

2018-01-12 Thread Kenny Ballou
Correct minor checkpatch issues. Signed-off-by: Kenny Ballou <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_table.h b/drivers/staging/xgifb/vb_table.h index 0da63e1da32f..42ecf7

[PATCH v4 0/3] staging: xgifb: checkpatch fixes

2018-01-12 Thread Kenny Ballou
Changes in v4 from v3: - 2/3: - Correct mistakenly removed character - Remove style changes for non-line overrun fixes - Based on discussion of non-line overrun , correct style of other line fixes ___ devel mailing list

[patch v4 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 <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_setmode.c | 64 +- 1 file changed, 42 insertions(+), 22 deletions(-)

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 <kbal...@devnulllabs.io> --- @@ -714,7

[PATCH v3 3/3] staging: xgifb: vb_setmode: brace style fixes

2018-01-12 Thread Kenny Ballou
Add braces to certain "multiline" conditions where "multiline" means including comments. Signed-off-by: Kenny Ballou <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_setmode.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) di

[PATCH v3 1/3] staging: xgifb: vb_table: fix whitespacing issues

2018-01-12 Thread Kenny Ballou
Correct minor checkpatch issues. Signed-off-by: Kenny Ballou <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_table.h b/drivers/staging/xgifb/vb_table.h index 0da63e1da32f..42ecf7

[PATCH v3 0/3] staging: xgifb: checkpatch fixes

2018-01-12 Thread Kenny Ballou
Changes for v3: - fix list address in sent preivously sent patches, sorry for duplicate mails to the CCs - remove spurious additional character that should never have been in the original patch series - remove some indented changes, specifically in 2/3, as discussed with Dan Carpenter

[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 <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_setmode.c | 75 ++ 1 file changed, 52 insertions(+), 23 deletions(-)

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: >> >> >> @@ -146

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

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 <kbal...@devn

[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 <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_setmode.c | 78 ++ 1 file changed, 54 insertions(+), 24 deletions(-)

[PATCH v2 3/3] staging: xgifb: vb_setmode: brace style fixes

2018-01-12 Thread Kenny Ballou
Add braces to certain "multiline" conditions where "multiline" means including comments. Signed-off-by: Kenny Ballou <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_setmode.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) di

[PATCH v2 0/3] staging: xgifb: checkpatch fixes

2018-01-12 Thread Kenny Ballou
Changes in v2: - Use realname for author and sign-off-by lines ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v2 1/3] staging: xgifb: vb_table: fix whitespacing issues

2018-01-12 Thread Kenny Ballou
Correct minor checkpatch issues. Signed-off-by: Kenny Ballou <kbal...@devnulllabs.io> --- drivers/staging/xgifb/vb_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_table.h b/drivers/staging/xgifb/vb_table.h index 0da63e1da32f..42ecf7