From: Matias De la Puente Date: Fri, 29 Oct 2010 22:07:45 +0000 (-0300) Subject: staging: vt6656: resolved checkpatch finding X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fc4f55860254566b43e066bed0962c7cca72da84;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c index 8de21aac1bff..a49053bd7c65 100644 --- a/drivers/staging/vt6656/card.c +++ b/drivers/staging/vt6656/card.c @@ -1092,7 +1092,7 @@ CARDbChannelSwitch ( pDevice->sMgmtObj.uCurrChannel = byNewChannel; bResult = CARDbSetMediaChannel(pDevice, byNewChannel); - return(bResult); + return bResult; } pDevice->byChannelSwitchCount = byCount; pDevice->byNewChannel = byNewChannel;