Staging: comedi: cb_pcidas: fixed a spelling mistake coding style issue
Fixed a coding style issue. Signed-off-by: Amir Mahdi Ghorbanian <indigoomega021@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c6cbcdea7a
commit
3dbf37c03b
|
@ -116,7 +116,7 @@
|
|||
#define PCIDAS_TRIG_SEL_ANALOG PCIDAS_TRIG_SEL(3) /* ext. analog trigger */
|
||||
#define PCIDAS_TRIG_SEL_MASK PCIDAS_TRIG_SEL(3) /* start trigger mask */
|
||||
#define PCIDAS_TRIG_POL BIT(2) /* invert trigger (1602 only) */
|
||||
#define PCIDAS_TRIG_MODE BIT(3) /* edge/level trigerred (1602 only) */
|
||||
#define PCIDAS_TRIG_MODE BIT(3) /* edge/level triggered (1602 only) */
|
||||
#define PCIDAS_TRIG_EN BIT(4) /* enable external start trigger */
|
||||
#define PCIDAS_TRIG_BURSTE BIT(5) /* burst mode enable */
|
||||
#define PCIDAS_TRIG_CLR BIT(7) /* clear external trigger */
|
||||
|
|
Loading…
Reference in New Issue