Browse Source

Staging: vt6655: Add require space after that ','

This patch fixes checkpatch.pl error in file device_main.c
ERROR: space required after that ';' (ctx:VxV)

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Aybuke Ozdemir 11 years ago
parent
commit
6e61b441ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6655/device_main.c

+ 1 - 1
drivers/staging/vt6655/device_main.c

@@ -2513,7 +2513,7 @@ int Config_FileOperation(struct vnt_private *pDevice,
 		goto error1;
 	}
 
-	if (Config_FileGetParameter("ZONETYPE",tmpbuffer,buffer)!=true) {
+	if (Config_FileGetParameter("ZONETYPE", tmpbuffer, buffer) != true) {
 		pr_err("get parameter error?\n");
 		result = -1;
 		goto error1;