Staging: lustre: fix return is not a function, parentheses are not required in lo.c
fix checkpatch.pl issues with return is not a function, parentheses are not required in lo.c Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3f13cd9ec6
commit
cb03b88c28
@@ -102,7 +102,7 @@ lolnd_startup(lnet_ni_t *ni)
|
||||
LASSERT(!lolnd_instanced);
|
||||
lolnd_instanced = 1;
|
||||
|
||||
return (0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
lnd_t the_lolnd = {
|
||||
|
||||
Reference in New Issue
Block a user