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 <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2015-04-02 16:28:12 +02:00
parent 59f084070c
commit c209069e9b

View File

@ -87,7 +87,6 @@ lnet_selftest_fini(void)
default: default:
LBUG(); LBUG();
} }
return;
} }
static int static int