mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-05 02:38:20 +00:00
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:
parent
fde3d28df0
commit
3cf477b56c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user