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:
parent
3f13cd9ec6
commit
cb03b88c28
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ lolnd_startup(lnet_ni_t *ni)
|
|||
LASSERT(!lolnd_instanced);
|
||||
lolnd_instanced = 1;
|
||||
|
||||
return (0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
lnd_t the_lolnd = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue