projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b637b
)
Tools: hv: Fix a checkpatch warning
author
K. Y. Srinivasan
<kys@microsoft.com>
Wed, 24 Apr 2013 14:48:54 +0000
(07:48 -0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/tools/hv/hv_vss_daemon.c
b/tools/hv/hv_vss_daemon.c
index
712cfc5
..
fea03a3
100644
(file)
--- 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)