Tools: hv: Fix a checkpatch warning
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 24 Apr 2013 14:48:54 +0000 (07:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Apr 2013 16:02:36 +0000 (09:02 -0700)
Fix a checkpatch warning.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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)