From cf3ba55dca149b0525063a9c6127d0407e4fe8a8 Mon Sep 17 00:00:00 2001 From: Elise Lennion Date: Wed, 12 Oct 2016 14:16:34 -0300 Subject: [PATCH] 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 --- drivers/staging/greybus/arche-platform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.2