summaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
diff options
context:
space:
mode:
authorZebulon McCorkle2017-11-21 21:51:15 +0100
committerGreg Kroah-Hartman2017-12-06 10:00:30 +0100
commit848d9eabcaebf21bf645efd26e8a8fa6d8e1fd62 (patch)
treeac5fb6a058a775957f8157b1d0ee5de8987a6bb9 /drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
parentstaging: olpc_dcon: Change bitshifts to BIT macro (diff)
downloadkernel-qcow2-linux-848d9eabcaebf21bf645efd26e8a8fa6d8e1fd62.tar.gz
kernel-qcow2-linux-848d9eabcaebf21bf645efd26e8a8fa6d8e1fd62.tar.xz
kernel-qcow2-linux-848d9eabcaebf21bf645efd26e8a8fa6d8e1fd62.zip
staging: olpc_dcon: Line up parentheses in func calls and defs
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 <zebmccorkle@zeb.fun> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/olpc_dcon/olpc_dcon_xo_1.c')
-rw-r--r--drivers/staging/olpc_dcon/olpc_dcon_xo_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c b/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
index 0c5a10c69401..633c58ce24ee 100644
--- a/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
+++ b/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
@@ -69,7 +69,7 @@ static int dcon_init_xo_1(struct dcon_priv *dcon)
gpio_direction_input(OLPC_GPIO_DCON_IRQ);
gpio_direction_input(OLPC_GPIO_DCON_BLANK);
gpio_direction_output(OLPC_GPIO_DCON_LOAD,
- dcon->curr_src == DCON_SOURCE_CPU);
+ dcon->curr_src == DCON_SOURCE_CPU);
/* Set up the interrupt mappings */