]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: greybus: fix block comment
authorHisao Tanabe <xtanabe@gmail.com>
Mon, 3 Oct 2016 14:45:15 +0000 (23:45 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:20 +0000 (10:24 +0200)
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>
drivers/staging/greybus/arche-apb-ctrl.c

index 103d629043cd33106625b8fd04da4aa3832a80d1..3fda0cd6bb42b812687233806b8c406073ceef29 100644 (file)
@@ -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;