staging: comedi: ni_tio.h fixed coding style issue with pointer variables
authorMatt Phillips <mathewrphillips@gmail.com>
Mon, 26 Nov 2012 05:53:21 +0000 (23:53 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:21:19 +0000 (16:21 -0800)
Fixed coding style issues with pointers

Signed-off-by: Matt Phillips <mathewrphillips@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_tio.h

index b058820..8572996 100644 (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;