提交 fc4f5586 编写于 作者: M Matias De la Puente 提交者: Greg Kroah-Hartman

staging: vt6656: resolved checkpatch finding

removed parentesis and spaces at the start of a line of a return
Signed-off-by: NMatias De la Puente <mfpuente.ar@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 cc8b59d4
......@@ -1092,7 +1092,7 @@ CARDbChannelSwitch (
pDevice->sMgmtObj.uCurrChannel = byNewChannel;
bResult = CARDbSetMediaChannel(pDevice, byNewChannel);
return(bResult);
return bResult;
}
pDevice->byChannelSwitchCount = byCount;
pDevice->byNewChannel = byNewChannel;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册