staging: vt6656: int: Redundant blank line removal
authorJesper Juhl <jj@chaosbits.net>
Wed, 27 Jun 2012 20:00:14 +0000 (22:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 23:10:53 +0000 (16:10 -0700)
This trivial cleanup patch removes some completely redundant blank
lines from drivers/staging/vt6656/int.[ch]

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/int.c
drivers/staging/vt6656/int.h

index 0a11423..36ed234 100644 (file)
@@ -44,7 +44,6 @@
 /* static int msglevel = MSG_LEVEL_DEBUG; */
 static int msglevel = MSG_LEVEL_INFO;
 
-
 /*---------------------  Static Classes  ----------------------------*/
 
 /*---------------------  Static Variables  --------------------------*/
@@ -53,10 +52,8 @@ static int msglevel = MSG_LEVEL_INFO;
 
 /*---------------------  Export Variables  --------------------------*/
 
-
 /*---------------------  Export Functions  --------------------------*/
 
-
 /*+
  *
  *  Function:   InterruptPollingThread
@@ -202,7 +199,6 @@ void INTnsProcessData(PSDevice pDevice)
                                        pINTData->byISR0,
                                        pINTData->byISR1);
        }
-
        if (pINTData->byISR1 != 0)
                if (pINTData->byISR1 & ISR_GPIO3)
                        bScheduleCommand((void *) pDevice,
index a5d96b9..3098630 100644 (file)
@@ -60,7 +60,6 @@ typedef struct tagSINTData {
 } __attribute__ ((__packed__))
 SINTData, *PSINTData;
 
-
 /*---------------------  Export Classes  ----------------------------*/
 
 /*---------------------  Export Variables  --------------------------*/