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:
parent
59f084070c
commit
c209069e9b
@ -87,7 +87,6 @@ lnet_selftest_fini(void)
|
|||||||
default:
|
default:
|
||||||
LBUG();
|
LBUG();
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user