mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
Staging: Comedi: ni_tio: Fixed spacing issue
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
215040e123
commit
d1e1501e31
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user