提交 9e23c1b8 编写于 作者: A Aybuke Ozdemir 提交者: Greg Kroah-Hartman

Staging: vt6655: Add require space before that '('

This patch fixes checkpatch.pl error in file device_main.c
ERROR: space required before the open parenthesis '('
Signed-off-by: NAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6e61b441
......@@ -2521,9 +2521,9 @@ int Config_FileOperation(struct vnt_private *pDevice,
if (memcmp(tmpbuffer, "USA", 3) == 0) {
result = ZoneType_USA;
} else if(memcmp(tmpbuffer, "JAPAN", 5) == 0) {
} else if (memcmp(tmpbuffer, "JAPAN", 5) == 0) {
result = ZoneType_Japan;
} else if(memcmp(tmpbuffer, "EUROPE", 5) == 0) {
} else if (memcmp(tmpbuffer, "EUROPE", 5) == 0) {
result = ZoneType_Europe;
} else {
result = -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册