Commit d1e1501e authored by Jake Champlin's avatar Jake Champlin Committed by Greg Kroah-Hartman

Staging: Comedi: ni_tio: Fixed spacing issue

Fixed coding style issue from spaces to tabs.
Signed-off-by: default avatarJake Champlin <jake.champlin.27@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 215040e1
......@@ -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)
{
......
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