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 +++
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 and
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 8fbd
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 +