mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 15:13:44 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c772bce670
commit
6e61b441ce
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user