Commit 509e42e1 authored by Michal Kwiatkowski's avatar Michal Kwiatkowski Committed by Greg Kroah-Hartman

Staging: comedi: amcc_s5933: "no space before tabs" coding style fixes.

Fixed a coding style issues.
Signed-off-by: default avatarMichal Kwiatkowski <michaelflowersky@geekingspree.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b2815398
...@@ -145,12 +145,12 @@ ...@@ -145,12 +145,12 @@
#define AINT_READ_COMPL 0x00008000 #define AINT_READ_COMPL 0x00008000
#define AINT_WRITE_COMPL 0x00004000 #define AINT_WRITE_COMPL 0x00004000
#define AINT_OMB_ENABLE 0x00001000 #define AINT_OMB_ENABLE 0x00001000
#define AINT_OMB_SELECT 0x00000c00 #define AINT_OMB_SELECT 0x00000c00
#define AINT_OMB_BYTE 0x00000300 #define AINT_OMB_BYTE 0x00000300
#define AINT_IMB_ENABLE 0x00000010 #define AINT_IMB_ENABLE 0x00000010
#define AINT_IMB_SELECT 0x0000000c #define AINT_IMB_SELECT 0x0000000c
#define AINT_IMB_BYTE 0x00000003 #define AINT_IMB_BYTE 0x00000003
/* these are bits from various different registers, needs cleanup XXX */ /* these are bits from various different registers, needs cleanup XXX */
......
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