staging: lustre: place EXPORT_SYMBOL after its function
authorTeodora Baluta <teobaluta@gmail.com>
Tue, 5 Nov 2013 16:36:46 +0000 (18:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 17:46:32 +0000 (09:46 -0800)
commit0b2b3070f1f920ff9dae1ea26809944b6b1d46f2
tree477805dee27ca7e01b3b5ac8f6de253114476831
parentb008e65cc236ce693017589c09ee3ac838630c35
staging: lustre: place EXPORT_SYMBOL after its function

This patch fixes the following type of warnings detected by
checkpatch.pl:

WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/nidstrings.c