Commit fec3c80d authored by Jesper Juhl's avatar Jesper Juhl Committed by Greg Kroah-Hartman

staging: vt6656: int: Redundant blank line removal

This trivial cleanup patch removes some completely redundant blank
lines from drivers/staging/vt6656/int.[ch]
Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 501b02e4
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
/* static int msglevel = MSG_LEVEL_DEBUG; */ /* static int msglevel = MSG_LEVEL_DEBUG; */
static int msglevel = MSG_LEVEL_INFO; static int msglevel = MSG_LEVEL_INFO;
/*--------------------- Static Classes ----------------------------*/ /*--------------------- Static Classes ----------------------------*/
/*--------------------- Static Variables --------------------------*/ /*--------------------- Static Variables --------------------------*/
...@@ -53,10 +52,8 @@ static int msglevel = MSG_LEVEL_INFO; ...@@ -53,10 +52,8 @@ static int msglevel = MSG_LEVEL_INFO;
/*--------------------- Export Variables --------------------------*/ /*--------------------- Export Variables --------------------------*/
/*--------------------- Export Functions --------------------------*/ /*--------------------- Export Functions --------------------------*/
/*+ /*+
* *
* Function: InterruptPollingThread * Function: InterruptPollingThread
...@@ -202,7 +199,6 @@ void INTnsProcessData(PSDevice pDevice) ...@@ -202,7 +199,6 @@ void INTnsProcessData(PSDevice pDevice)
pINTData->byISR0, pINTData->byISR0,
pINTData->byISR1); pINTData->byISR1);
} }
if (pINTData->byISR1 != 0) if (pINTData->byISR1 != 0)
if (pINTData->byISR1 & ISR_GPIO3) if (pINTData->byISR1 & ISR_GPIO3)
bScheduleCommand((void *) pDevice, bScheduleCommand((void *) pDevice,
......
...@@ -60,7 +60,6 @@ typedef struct tagSINTData { ...@@ -60,7 +60,6 @@ typedef struct tagSINTData {
} __attribute__ ((__packed__)) } __attribute__ ((__packed__))
SINTData, *PSINTData; SINTData, *PSINTData;
/*--------------------- Export Classes ----------------------------*/ /*--------------------- Export Classes ----------------------------*/
/*--------------------- Export Variables --------------------------*/ /*--------------------- Export Variables --------------------------*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment