Skip to content

Commit

Permalink
staging: comedi: ni_tio.h fixed coding style issue with pointer varia…
Browse files Browse the repository at this point in the history
…bles

Fixed coding style issues with pointers

Signed-off-by: Matt Phillips <mathewrphillips@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Matt Phillips authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 1a276b8 commit d0cdf02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/ni_tio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d0cdf02

Please sign in to comment.