staging:vt6655:device_cfg: Whitespace cleanups

Neatening only.
git diff -w shows no differences.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Joe Perches 2013-03-18 10:44:46 -07:00 committed by Greg Kroah-Hartman
parent 4ec4aa4ae0
commit 74533af4b6
1 changed files with 12 additions and 12 deletions

View File

@ -76,8 +76,8 @@ struct _version {
typedef enum _chip_type{
VT3253=1
typedef enum _chip_type {
VT3253 = 1
} CHIP_TYPE, *PCHIP_TYPE;
@ -85,11 +85,11 @@ typedef enum _chip_type{
#ifdef VIAWET_DEBUG
#define ASSERT(x) { \
if (!(x)) { \
printk(KERN_ERR "assertion %s failed: file %s line %d\n", #x,\
__FUNCTION__, __LINE__);\
*(int*) 0=0;\
}\
}
printk(KERN_ERR "assertion %s failed: file %s line %d\n", #x, \
__FUNCTION__, __LINE__); \
*(int *)0 = 0; \
} \
}
#define DBG_PORT80(value) outb(value, 0x80)
#else
#define ASSERT(x)