Commit d0cdf020 authored by Matt Phillips's avatar Matt Phillips Committed by Greg Kroah-Hartman

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

Fixed coding style issues with pointers
Signed-off-by: default avatarMatt Phillips <mathewrphillips@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1a276b80
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment