summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-apb-ctrl.c
diff options
context:
space:
mode:
authorGioh Kim <gi-oh.kim@profitbricks.com>2017-02-09 17:30:11 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-12 13:26:14 +0100
commit461ab8077d573d4a35529572c774a71e5a898a84 (patch)
treefe3b8d1d49c2d3a6d10ad8721ae4e450454b449b /drivers/staging/greybus/arche-apb-ctrl.c
parent59d409014a91578817b913477592eee4eaf1f6ed (diff)
downloadop-kernel-dev-461ab8077d573d4a35529572c774a71e5a898a84.zip
op-kernel-dev-461ab8077d573d4a35529572c774a71e5a898a84.tar.gz
staging: greybus: fix "line over 80 characters" coding style issues
This patch fixes only obvious lines. There are still more issues. Signed-off-by: Gioh Kim <gi-oh.kim@profitbricks.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus/arche-apb-ctrl.c')
-rw-r--r--drivers/staging/greybus/arche-apb-ctrl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index 17fa290..02243b4 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -168,7 +168,10 @@ static int standby_boot_seq(struct platform_device *pdev)
if (apb->init_disabled)
return 0;
- /* Even if it is in OFF state, then we do not want to change the state */
+ /*
+ * Even if it is in OFF state,
+ * then we do not want to change the state
+ */
if (apb->state == ARCHE_PLATFORM_STATE_STANDBY ||
apb->state == ARCHE_PLATFORM_STATE_OFF)
return 0;
OpenPOWER on IntegriCloud