From: Elise Lennion Date: Wed, 12 Oct 2016 17:16:34 +0000 (-0300) Subject: staging: greybus: arche-platform: Format block comments. X-Git-Tag: v4.10-rc1~148^2~542 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cf3ba55dca149b0525063a9c6127d0407e4fe8a8;p=karo-tx-linux.git staging: greybus: arche-platform: Format block comments. Fix checkpatch warning: WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Elise Lennion Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c index e36ee984485b..a850f6bd84c1 100644 --- a/drivers/staging/greybus/arche-platform.c +++ b/drivers/staging/greybus/arche-platform.c @@ -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);