Staging: comedi: ni_tio Fixed whitespace coding style warnings

Fixed coding style warnings in ni_tio.h which had an extra space
after the function pointer name.

Signed-off-by: Nick Davies <git@nicolasdavies.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nick Davies 2014-03-09 15:31:49 +11:00 committed by Greg Kroah-Hartman
parent fde3d28df0
commit 3cf477b56c

View File

@ -115,10 +115,10 @@ struct ni_gpct {
struct ni_gpct_device {
struct comedi_device *dev;
void (*write_register) (struct ni_gpct *counter, unsigned bits,
enum ni_gpct_register reg);
unsigned (*read_register) (struct ni_gpct *counter,
enum ni_gpct_register reg);
void (*write_register)(struct ni_gpct *counter, unsigned bits,
enum ni_gpct_register reg);
unsigned (*read_register)(struct ni_gpct *counter,
enum ni_gpct_register reg);
enum ni_gpct_variant variant;
struct ni_gpct *counters;
unsigned num_counters;