Staging: comedi: amcc_s5933: "no space before tabs" coding style fixes.
Fixed a coding style issues. Signed-off-by: Michal Kwiatkowski <michaelflowersky@geekingspree.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b281539839
commit
509e42e1d3
|
@ -145,12 +145,12 @@
|
|||
#define AINT_READ_COMPL 0x00008000
|
||||
#define AINT_WRITE_COMPL 0x00004000
|
||||
|
||||
#define AINT_OMB_ENABLE 0x00001000
|
||||
#define AINT_OMB_SELECT 0x00000c00
|
||||
#define AINT_OMB_ENABLE 0x00001000
|
||||
#define AINT_OMB_SELECT 0x00000c00
|
||||
#define AINT_OMB_BYTE 0x00000300
|
||||
|
||||
#define AINT_IMB_ENABLE 0x00000010
|
||||
#define AINT_IMB_SELECT 0x0000000c
|
||||
#define AINT_IMB_ENABLE 0x00000010
|
||||
#define AINT_IMB_SELECT 0x0000000c
|
||||
#define AINT_IMB_BYTE 0x00000003
|
||||
|
||||
/* these are bits from various different registers, needs cleanup XXX */
|
||||
|
|
Loading…
Reference in New Issue