OSDN Git Service

staging: vt6656: resolved checkpatch finding
authorMatias De la Puente <mfpuente.ar@gmail.com>
Fri, 29 Oct 2010 22:07:45 +0000 (19:07 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:55:53 +0000 (15:55 -0800)
removed parentesis and spaces at the start of a line of a return

Signed-off-by: Matias De la Puente <mfpuente.ar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vt6656/card.c

index 8de21aa..a49053b 100644 (file)
@@ -1092,7 +1092,7 @@ CARDbChannelSwitch (
         pDevice->sMgmtObj.uCurrChannel = byNewChannel;
         bResult = CARDbSetMediaChannel(pDevice, byNewChannel);
 
-        return(bResult);
+       return bResult;
     }
     pDevice->byChannelSwitchCount = byCount;
     pDevice->byNewChannel = byNewChannel;