From: Hisao Tanabe Date: Mon, 3 Oct 2016 14:45:15 +0000 (+0900) Subject: staging: greybus: fix block comment X-Git-Tag: v4.10-rc1~148^2~793 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1047cc1359a2f502fc7a148dcaf7ebcaba8c62bc;p=karo-tx-linux.git 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 Acked-by: Johan Hovold Acked-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- 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;