mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-11 07:39:47 +00: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:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user