summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEbru Akagunduz <ebru.akagunduz@gmail.com>2013-10-08 20:43:22 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-11 20:30:54 (GMT)
commitcb03b88c28f4e4c2976b11142c1be59f284b15f3 (patch)
treebca16d070e8bfad070097e9364b542321938d98a /drivers
parent3f13cd9ec61c8b02c33df44a5a9103ae475d10ac (diff)
downloadlinux-fsl-qoriq-cb03b88c28f4e4c2976b11142c1be59f284b15f3.tar.xz
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/lustre/lnet/lnet/lo.c2
1 files changed, 1 insertions, 1 deletions
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 = {