]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit747ac8278097096a06e55052b30d6322a9a1ed35
treefa1300baecfed09f59df5769f4baab19fb8f7743
parent4da5b2bad877f30b4f98dbcbee2c22556d6f3bb6
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