From cb03b88c28f4e4c2976b11142c1be59f284b15f3 Mon Sep 17 00:00:00 2001 From: Ebru Akagunduz Date: Tue, 8 Oct 2013 23:43:22 +0300 Subject: [PATCH] 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 --- drivers/staging/lustre/lnet/lnet/lo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- 2.7.4