staging: comedi: ni_tio.h fixed coding style issue with pointer variables

Fixed coding style issues with pointers

Signed-off-by: Matt Phillips <mathewrphillips@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Matt Phillips 2012-11-25 23:53:21 -06:00 committed by Greg Kroah-Hartman
parent 1a276b8046
commit d0cdf020ed
1 changed files with 2 additions and 2 deletions

View File

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