]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: comedi: amcc_s5933: "no space before tabs" coding style fixes.
authorMichal Kwiatkowski <michaelflowersky@geekingspree.com>
Thu, 9 Jan 2014 22:58:55 +0000 (23:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Jan 2014 20:41:56 +0000 (12:41 -0800)
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>
drivers/staging/comedi/drivers/amcc_s5933.h

index b810d5f3d9717418af9fea043633c375b4370006..2ba736444610fcc417c34e7aed0df91de2491e17 100644 (file)
 #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 */