Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Elise Lennion and committed by
Greg Kroah-Hartman
cf3ba55d c4fc2ebc

+2 -1
+2 -1
drivers/staging/greybus/arche-platform.c
··· 455 455 goto exit; 456 456 457 457 /* First we want to make sure we power off everything 458 - * and then activate back again */ 458 + * and then activate back again 459 + */ 459 460 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); 460 461 arche_platform_poweroff_seq(arche_pdata); 461 462