Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac9735b9 authored by Aleksey Rybalkin's avatar Aleksey Rybalkin Committed by Greg Kroah-Hartman
Browse files

staging: greybus: loopback_test: fix comment style issues



According to checkpatch warning, block comments should align the * on
each line. Also, preferred style for multi-line comments is starting the
comment text after the second *.

Signed-off-by: default avatarAleksey Rybalkin <aleksey@rybalkin.org>
Acked-by: default avatarJohan Hovold <johan@kernel.org>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8a88dd46
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -779,7 +779,8 @@ static void prepare_devices(struct loopback_test *t)
{
	int i;

	/* Cancel any running tests on enabled devices. If
	/*
	 * Cancel any running tests on enabled devices. If
	 * stop_all option is given, stop test on all devices.
	 */
	for (i = 0; i < t->device_count; i++)