From: Matias De la Puente Date: Fri, 29 Oct 2010 22:07:45 +0000 (-0300) Subject: staging: vt6656: resolved checkpatch finding X-Git-Tag: v3.12-rc1~7798^2~390 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc4f55860254566b43e066bed0962c7cca72da84;p=kernel%2Fkernel-generic.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 8de21aa..a49053b 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;