staging: comedi: 8255: add some whitespace to the #define's
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 13 Jun 2012 22:43:11 +0000 (15:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Jun 2012 00:19:17 +0000 (17:19 -0700)
Add whitespace to the _8255_* defines to improve readability.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/8255.c

index 8c97ac1e697039a13a89274727495db27cc397bb..e0de149c3c29cae82a6ab220cef6f506e1c14c0e 100644 (file)
@@ -84,10 +84,10 @@ I/O port base address can be found in the output of 'lspci -v'.
 #include <linux/slab.h>
 #include "8255.h"
 
-#define _8255_SIZE 4
+#define _8255_SIZE     4
 
-#define _8255_DATA 0
-#define _8255_CR 3
+#define _8255_DATA     0
+#define _8255_CR       3
 
 #define CR_C_LO_IO     0x01
 #define CR_B_IO                0x02