aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorHisao Tanabe <xtanabe@gmail.com>2016-10-03 23:45:15 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:24:20 +0200
commit1047cc1359a2f502fc7a148dcaf7ebcaba8c62bc (patch)
tree88ddd3ca4ecc1778aa9d2ea81522c7968bef3bf1 /drivers/staging/greybus
parentstaging: greybus: Fix a commit coding style issue. (diff)
downloadlinux-dev-1047cc1359a2f502fc7a148dcaf7ebcaba8c62bc.tar.xz
linux-dev-1047cc1359a2f502fc7a148dcaf7ebcaba8c62bc.zip
staging: greybus: fix block comment
This patch fix the coding style problem of block comment detected by the checkpatch.pl. WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Hisao Tanabe <xtanabe@gmail.com> Acked-by: Johan Hovold <johan@kernel.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/arche-apb-ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index 103d629043cd..3fda0cd6bb42 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -183,7 +183,7 @@ static int standby_boot_seq(struct platform_device *pdev)
* Pasted from WDM spec,
* - A falling edge on POWEROFF_L is detected (a)
* - WDM enters standby mode, but no output signals are changed
- * */
+ */
/* TODO: POWEROFF_L is input to WDM module */
apb->state = ARCHE_PLATFORM_STATE_STANDBY;