Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1092,7 +1092,7 @@ CARDbChannelSwitch (
        pDevice->sMgmtObj.uCurrChannel = byNewChannel;
        bResult = CARDbSetMediaChannel(pDevice, byNewChannel);

        return(bResult);
	return bResult;
    }
    pDevice->byChannelSwitchCount = byCount;
    pDevice->byNewChannel = byNewChannel;