瀏覽代碼

staging: vt6656: resolved checkpatch finding

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>
Matias De la Puente 15 年之前
父節點
當前提交
fc4f558602
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/vt6656/card.c

+ 1 - 1
drivers/staging/vt6656/card.c

@@ -1092,7 +1092,7 @@ CARDbChannelSwitch (
         pDevice->sMgmtObj.uCurrChannel = byNewChannel;
         pDevice->sMgmtObj.uCurrChannel = byNewChannel;
         bResult = CARDbSetMediaChannel(pDevice, byNewChannel);
         bResult = CARDbSetMediaChannel(pDevice, byNewChannel);
 
 
-        return(bResult);
+	return bResult;
     }
     }
     pDevice->byChannelSwitchCount = byCount;
     pDevice->byChannelSwitchCount = byCount;
     pDevice->byNewChannel = byNewChannel;
     pDevice->byNewChannel = byNewChannel;