Staging: lustre: Fix EXPORT_SYMBOL should immediately follow its function/variable
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 24 Oct 2013 13:57:14 +0000 (19:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2013 03:27:06 +0000 (20:27 -0700)
commit735c2e264b1595bda4b3886152aebe05c082a3ef
treefa1300baecfed09f59df5769f4baab19fb8f7743
parentf93c0616867bb40d5b974846658e2c9248e31cf4
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: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/acceptor.c