Commit fc4f5586 authored by Matias De la Puente's avatar Matias De la Puente Committed by Greg Kroah-Hartman

staging: vt6656: resolved checkpatch finding

removed parentesis and spaces at the start of a line of a return
Signed-off-by: default avatarMatias De la Puente <mfpuente.ar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment