summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/upc.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-03-18 20:55:41 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 11:16:17 -0700
commit96d69e201bbdb05c363e899138f9f42bc8ad8f88 (patch)
treef3ba7f8c5436cfbce1617f415febbd681fe78fd4 /drivers/staging/vt6655/upc.h
parentbda2a44e2a015535f08aecd5c98e263098db9e75 (diff)
downloadop-kernel-dev-96d69e201bbdb05c363e899138f9f42bc8ad8f88.zip
op-kernel-dev-96d69e201bbdb05c363e899138f9f42bc8ad8f88.tar.gz
staging: vt6655: Remove unnecessary blank lines
Remove a bunch of useless vertical whitespace. Convert 3 or more consecutive newlines to 2. Remove blank lines after open brace and before close brace. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/upc.h')
-rw-r--r--drivers/staging/vt6655/upc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/vt6655/upc.h b/drivers/staging/vt6655/upc.h
index 6aabb0d..155e664 100644
--- a/drivers/staging/vt6655/upc.h
+++ b/drivers/staging/vt6655/upc.h
@@ -34,7 +34,6 @@
/*--------------------- Export Definitions -------------------------*/
-
//
// For IO mapped
//
@@ -71,14 +70,12 @@ do { \
// For memory mapped IO
//
-
#define VNSvInPortB(dwIOAddress, pbyData) \
do { \
volatile unsigned char *pbyAddr = (unsigned char *)(dwIOAddress); \
*(pbyData) = readb(pbyAddr); \
} while (0)
-
#define VNSvInPortW(dwIOAddress, pwData) \
do { \
volatile unsigned short *pwAddr = (unsigned short *)(dwIOAddress); \
@@ -97,7 +94,6 @@ do { \
writeb((unsigned char)byData, pbyAddr); \
} while (0)
-
#define VNSvOutPortW(dwIOAddress, wData) \
do { \
volatile unsigned short *pwAddr = ((unsigned short *)(dwIOAddress)); \
@@ -112,7 +108,6 @@ do { \
#endif
-
//
// ALWAYS IO-Mapped IO when in 16-bit/32-bit environment
//
@@ -153,15 +148,10 @@ do { \
} \
} while (0)
-
/*--------------------- Export Classes ----------------------------*/
/*--------------------- Export Variables --------------------------*/
/*--------------------- Export Functions --------------------------*/
-
-
-
#endif // __UPC_H__
-
OpenPOWER on IntegriCloud