From: Ebru Akagunduz Date: Tue, 8 Oct 2013 20:43:22 +0000 (+0300) Subject: Staging: lustre: fix return is not a function, parentheses are not required in lo.c X-Git-Tag: v3.13-rc1~170^2~400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb03b88c28f4e4c2976b11142c1be59f284b15f3;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/lnet/lo.c b/drivers/staging/lustre/lnet/lnet/lo.c index 609e420..efc798e 100644 --- a/drivers/staging/lustre/lnet/lnet/lo.c +++ b/drivers/staging/lustre/lnet/lnet/lo.c @@ -102,7 +102,7 @@ lolnd_startup(lnet_ni_t *ni) LASSERT(!lolnd_instanced); lolnd_instanced = 1; - return (0); + return 0; } lnd_t the_lolnd = {