[PATCH] Fix style issues in olpc_dcon

2017-11-20 Thread zebmccorkle
From: Zebulon McCorkle The olpc_dcon driver had some slight style issues, mostly pertaining to indentation in function calls and definitions. I've solved those, and plan to work on the issues in the TODO. Signed-off-by: Zebulon McCorkle ---

[PATCH v2 1/2] olpc_dcon: Change bitshifts to BIT macro

2017-11-21 Thread zebmccorkle
From: Zebulon McCorkle checkpatch.pl reported the bitshifts (1< --- drivers/staging/olpc_dcon/olpc_dcon.h | 30 +++--- 1 file

[PATCH v2 2/2] olpc_dcon: Line up parentheses in func calls and defs

2017-11-21 Thread zebmccorkle
From: Zebulon McCorkle Line up arguments to opening parentheses and ensure lines stay under 80 columns, since checkpatch.pl was complaining about incorrect indentation in function calls and definitions. Signed-off-by: Zebulon McCorkle ---

[PATCH v2 0/2] olpc_dcon: Fix style issues

2017-11-21 Thread zebmccorkle
From: Zebulon McCorkle checkpatch.pl was complaining about style issues in the olpc_dcon driver. I've split this into two patches at the request of Greg Kroah-Hartman's patch-bot. Zebulon McCorkle (2): olpc_dcon: Change bitshifts to BIT macro olpc_dcon: Line up

[PATCH] Fix style issues in olpc_dcon

2017-11-20 Thread zebmccorkle
From: Zebulon McCorkle The olpc_dcon driver had some slight style issues, mostly pertaining to indentation in function calls and definitions. I've solved those, and plan to work on the issues in the TODO. Signed-off-by: Zebulon McCorkle --- drivers/staging/olpc_dcon/olpc_dcon.c | 30

[PATCH v2 0/2] olpc_dcon: Fix style issues

2017-11-21 Thread zebmccorkle
From: Zebulon McCorkle checkpatch.pl was complaining about style issues in the olpc_dcon driver. I've split this into two patches at the request of Greg Kroah-Hartman's patch-bot. Zebulon McCorkle (2): olpc_dcon: Change bitshifts to BIT macro olpc_dcon: Line up parentheses in func calls

[PATCH v2 2/2] olpc_dcon: Line up parentheses in func calls and defs

2017-11-21 Thread zebmccorkle
From: Zebulon McCorkle Line up arguments to opening parentheses and ensure lines stay under 80 columns, since checkpatch.pl was complaining about incorrect indentation in function calls and definitions. Signed-off-by: Zebulon McCorkle --- drivers/staging/olpc_dcon/olpc_dcon.c | 30

[PATCH v2 1/2] olpc_dcon: Change bitshifts to BIT macro

2017-11-21 Thread zebmccorkle
From: Zebulon McCorkle checkpatch.pl reported the bitshifts (1< --- drivers/staging/olpc_dcon/olpc_dcon.h | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/staging/olpc_dcon/olpc_dcon.h b/drivers/staging/olpc_dcon/olpc_dcon.h index