projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc8b59d
)
staging: vt6656: resolved checkpatch finding
author
Matias De la Puente
<mfpuente.ar@gmail.com>
Fri, 29 Oct 2010 22:07:45 +0000
(19:07 -0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 9 Nov 2010 23:55:53 +0000
(15:55 -0800)
removed parentesis and spaces at the start of a line of a return
Signed-off-by: Matias De la Puente <mfpuente.ar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vt6656/card.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/card.c
b/drivers/staging/vt6656/card.c
index 8de21aac1bff3e0f9e11bd002dd42f33050e821f..a49053bd7c65e1977fcbfb8ef3951c0cad290ae3 100644
(file)
--- 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;