From: Greg Kroah-Hartman Date: Thu, 2 Apr 2015 14:28:12 +0000 (+0200) Subject: Staging: lustre: module.c: remove unneeded return statement X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c209069e9b81b1d2a9f344c1da102f3256460c16;p=linux.git Staging: lustre: module.c: remove unneeded return statement Remove an unneeded return statement in this file as reported by checkpatch.pl. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/selftest/module.c b/drivers/staging/lustre/lnet/selftest/module.c index faf4098023726..7ad62f167ceaa 100644 --- a/drivers/staging/lustre/lnet/selftest/module.c +++ b/drivers/staging/lustre/lnet/selftest/module.c @@ -87,7 +87,6 @@ lnet_selftest_fini(void) default: LBUG(); } - return; } static int