staging: greybus: arche-platform: Format block comments.
authorElise Lennion <elise.lennion@gmail.com>
Wed, 12 Oct 2016 17:16:34 +0000 (14:16 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:27:24 +0000 (10:27 +0200)
Fix checkpatch warning:

WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/arche-platform.c

index e36ee98..a850f6b 100644 (file)
@@ -455,7 +455,8 @@ retry:
                        goto exit;
 
                /* First we want to make sure we power off everything
-                * and then activate back again */
+                * and then activate back again
+                */
                device_for_each_child(arche_pdata->dev, NULL, apb_poweroff);
                arche_platform_poweroff_seq(arche_pdata);