Commit cf3ba55d authored by Elise Lennion's avatar Elise Lennion Committed by Greg Kroah-Hartman

staging: greybus: arche-platform: Format block comments.

Fix checkpatch warning:

WARNING: Block comments use a trailing */ on a separate line
Signed-off-by: default avatarElise Lennion <elise.lennion@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4fc2ebc
......@@ -455,7 +455,8 @@ static ssize_t state_store(struct device *dev,
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment