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

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.eduSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6647611
......@@ -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)
......
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