Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Tools: hv: Fix a checkpatch warning

Fix a checkpatch warning.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

K. Y. Srinivasan and committed by
Greg Kroah-Hartman
0e272639 10b637b4

+1 -1
+1 -1
tools/hv/hv_vss_daemon.c
··· 85 85 if (mounts == NULL) 86 86 return -1; 87 87 88 - while((ent = getmntent(mounts))) { 88 + while ((ent = getmntent(mounts))) { 89 89 if (strncmp(ent->mnt_fsname, match, strlen(match))) 90 90 continue; 91 91 if (strcmp(ent->mnt_type, "iso9660") == 0)