Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 735c2e26 authored by Rashika Kheria's avatar Rashika Kheria Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: Fix EXPORT_SYMBOL should immediately follow its function/variable



This patch fixes the following checkpatch.pl issues in lnet/lnet/acceptor.c:
WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable

Signed-off-by: default avatarRashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: default avatarLisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f93c0616
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ lnet_acceptor_port(void)
{
	return accept_port;
}
EXPORT_SYMBOL(lnet_acceptor_port);

static inline int
lnet_accept_magic(__u32 magic, __u32 constant)
@@ -61,9 +62,6 @@ lnet_accept_magic(__u32 magic, __u32 constant)
		magic == __swab32(constant));
}


EXPORT_SYMBOL(lnet_acceptor_port);

static char *accept = "secure";

CFS_MODULE_PARM(accept, "s", charp, 0444,