Staging: comedi: fix EXPORT SYMBOL coding style issue in ni_labpc.c
authorMaurice Dawson <mauricedawson2699@gmail.com>
Tue, 28 Sep 2010 16:35:53 +0000 (17:35 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Sep 2010 11:52:29 +0000 (04:52 -0700)
commit0656bb352080982f960bfff2b78602a5071c909f
tree3bec17c5395587e272967a3019dccb67c89099a3
parent6f0c5bcdff5eec67a8fd5688e604ea1317fd26c8
Staging: comedi: fix EXPORT SYMBOL coding style issue in ni_labpc.c

This is a patch to the ni_labpc.c file that fixes up, EXPORT SYMBOL(foo)
should immediately follow its function/variable warnings, found by the
checkpatch.pl tool

Signed-off-by: Maurice Dawson <mauricedawson2699@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/ni_labpc.c