Skip to content

Commit

Permalink
staging: comedi: 8255: add some whitespace to the #define's
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 14, 2012
1 parent cf8a6b3 commit 03ae818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/comedi/drivers/8255.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03ae818

Please sign in to comment.