提交 c3aca01b 编写于 作者: E Ema Cuevas 提交者: Greg Kroah-Hartman

staging: vt6656: removed dummy errors like extra spaces

As reported by checkpatch.
Signed-off-by: NEma Cuevas <emacupk@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 cd74ea33
......@@ -516,10 +516,9 @@ BYTE CHbyGetChannelMapping(BYTE byChannelNumber)
BYTE ii;
BYTE byCHMapping = 0;
for (ii=1; ii<=CB_MAX_CHANNEL; ii++ ) {
if ( sChannelTbl[ii].byChannelNumber == byChannelNumber ) {
byCHMapping = ii;
}
for (ii = 1; ii <= CB_MAX_CHANNEL; ii++) {
if (sChannelTbl[ii].byChannelNumber == byChannelNumber)
byCHMapping = ii;
}
return byCHMapping;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册