Commit 2206c106 authored by Jack Schofield's avatar Jack Schofield Committed by Greg Kroah-Hartman
Browse files

staging: greybus: loopback_test: Remove void function return statement



Void function return statement is not useful in this case. Issue
reported by checkpatch.

Reviewed-by: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarJack Schofield <schofija@oregonstate.edu>
Link: https://lore.kernel.org/r/5d465d56a6e3de2cb9d2f34377cbb82678cc67b1.1669872193.git.schofija@oregonstate.edu


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6647611
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -862,7 +862,6 @@ void loopback_run(struct loopback_test *t)

err:
	printf("Error running test\n");
	return;
}

static int sanity_check(struct loopback_test *t)