mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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>
This commit is contained in:
parent
10b637b4c8
commit
0e27263926
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user