Staging: vt6655: Add require space after that ','
authorAybuke Ozdemir <aybuke.147@gmail.com>
Wed, 24 Sep 2014 22:36:44 +0000 (01:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 03:22:21 +0000 (23:22 -0400)
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>
drivers/staging/vt6655/device_main.c

index 76d5454..ebcf63e 100644 (file)
@@ -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;