]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2eef5c2c2589567b90791aad48f39552e2d7e062
tree3bec17c5395587e272967a3019dccb67c89099a3
parent01119b1f72ff545a22b5ad85eff5c77c5e85ece0
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