Staging: vt6655: fix missing blank line after variable declaration
authorIgor Bezukh <igbzkh@gmail.com>
Wed, 16 Jul 2014 07:45:30 +0000 (10:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 20:30:32 +0000 (13:30 -0700)
Checkpatch fix - Add missing blank line after variable declaration

Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/card.c

index e21abd8..0b2ca2f 100644 (file)
@@ -351,6 +351,7 @@ s_vSetRSPINF(PSDevice pDevice, CARD_PHY_TYPE ePHYType, void *pvSupportRateIEs, v
 bool CARDbIsShortPreamble(void *pDeviceHandler)
 {
        PSDevice    pDevice = (PSDevice) pDeviceHandler;
+
        if (pDevice->byPreambleType == 0)
                return false;
 
@@ -372,6 +373,7 @@ bool CARDbIsShortPreamble(void *pDeviceHandler)
 bool CARDbIsShorSlotTime(void *pDeviceHandler)
 {
        PSDevice    pDevice = (PSDevice) pDeviceHandler;
+
        return pDevice->bShortSlotTime;
 }
 
@@ -929,6 +931,7 @@ bool CARDbRadioPowerOn(void *pDeviceHandler)
 {
        PSDevice    pDevice = (PSDevice) pDeviceHandler;
        bool bResult = true;
+
        printk("chester power on\n");
        if (pDevice->bRadioControlOff == true) {
                if (pDevice->bHWRadioOff == true) printk("chester bHWRadioOff\n");