Skip to content

Commit

Permalink
Staging: Comedi: ni_tio: Fixed spacing issue
Browse files Browse the repository at this point in the history
Fixed coding style issue from spaces to tabs.

Signed-off-by: Jake Champlin <jake.champlin.27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jake Champlin authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent 215040e commit d1e1501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/ni_tio.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static inline unsigned NI_660x_RTSI_Second_Gate_Select(unsigned n)
}

static const unsigned int counter_status_mask =
COMEDI_COUNTER_ARMED | COMEDI_COUNTER_COUNTING;
COMEDI_COUNTER_ARMED | COMEDI_COUNTER_COUNTING;

static int __init ni_tio_init_module(void)
{
Expand Down

0 comments on commit d1e1501

Please sign in to comment.