Staging: lustre: fix return is not a function, parentheses are not required in lo.c
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Tue, 8 Oct 2013 20:43:22 +0000 (23:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 20:30:54 +0000 (13:30 -0700)
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>
drivers/staging/lustre/lnet/lnet/lo.c

index 609e420..efc798e 100644 (file)
@@ -102,7 +102,7 @@ lolnd_startup(lnet_ni_t *ni)
        LASSERT(!lolnd_instanced);
        lolnd_instanced = 1;
 
-       return (0);
+       return 0;
 }
 
 lnd_t the_lolnd = {