]> Pileus Git - ~andy/linux/blobdiff - tools/hv/hv_vss_daemon.c
Tools: hv: Fix a checkpatch warning
[~andy/linux] / tools / hv / hv_vss_daemon.c
index 712cfc516c65665606a6a93e53c7a4f24d9b4209..fea03a3edaf4ce896b1f5a0de2150050d3bb81dd 100644 (file)
@@ -85,7 +85,7 @@ static int vss_operate(int operation)
        if (mounts == NULL)
                return -1;
 
-       while((ent = getmntent(mounts))) {
+       while ((ent = getmntent(mounts))) {
                if (strncmp(ent->mnt_fsname, match, strlen(match)))
                        continue;
                if (strcmp(ent->mnt_type, "iso9660") == 0)