Commit cb03b88c authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman

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: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3f13cd9e
......@@ -102,7 +102,7 @@ lolnd_startup(lnet_ni_t *ni)
LASSERT(!lolnd_instanced);
lolnd_instanced = 1;
return (0);
return 0;
}
lnd_t the_lolnd = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment