From: K. Y. Srinivasan Date: Wed, 24 Apr 2013 14:48:54 +0000 (-0700) Subject: Tools: hv: Fix a checkpatch warning X-Git-Tag: daily-2014.03.25.0_l4t/l4t-r19.1~11191^2 X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-3.10.git;a=commitdiff_plain;h=0e27263926699fcbbd574cff4dd6920007a50e8a;hp=10b637b4c8a21b299f691cecc4b6f16f44936c6d Tools: hv: Fix a checkpatch warning Fix a checkpatch warning. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/hv/hv_vss_daemon.c b/tools/hv/hv_vss_daemon.c index 712cfc5..fea03a3 100644 --- a/tools/hv/hv_vss_daemon.c +++ b/tools/hv/hv_vss_daemon.c @@ -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)