staging: comedi: 8255: add some whitespace to the #define's

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>
This commit is contained in:
H Hartley Sweeten 2012-06-13 15:43:11 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель cf8a6b3d86
Коммит 03ae8189ee
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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