Commit 0e272639 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman

Tools: hv: Fix a checkpatch warning

Fix a checkpatch warning.
Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 10b637b4
...@@ -85,7 +85,7 @@ static int vss_operate(int operation) ...@@ -85,7 +85,7 @@ static int vss_operate(int operation)
if (mounts == NULL) if (mounts == NULL)
return -1; return -1;
while((ent = getmntent(mounts))) { while ((ent = getmntent(mounts))) {
if (strncmp(ent->mnt_fsname, match, strlen(match))) if (strncmp(ent->mnt_fsname, match, strlen(match)))
continue; continue;
if (strcmp(ent->mnt_type, "iso9660") == 0) if (strcmp(ent->mnt_type, "iso9660") == 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment