* [PATCH 2/3] tools: hv: fcopy_daemon: Unused variable removed
@ 2014-10-21 11:49 Matej Mužila
0 siblings, 0 replies; only message in thread
From: Matej Mužila @ 2014-10-21 11:49 UTC (permalink / raw)
To: kys, devel, linux-kernel
From: Matej Mužila <mmuzila@redhat.com>
Remove unused variable
Signed-off-by: Matej Mužila <mmuzila@redhat.com>
Acked-by: K. Y. Srinivasan <kys@microsoft.com>
---
diff --git a/tools/hv/hv_fcopy_daemon.c b/tools/hv/hv_fcopy_daemon.c
index 6f27e2f..1fc2dc2 100644
--- a/tools/hv/hv_fcopy_daemon.c
+++ b/tools/hv/hv_fcopy_daemon.c
@@ -132,7 +132,7 @@ static int hv_copy_cancel(void)
int main(void)
{
- int fd, fcopy_fd, len;
+ int fcopy_fd, len;
int error;
int version = FCOPY_CURRENT_VERSION;
char *buffer[4096 * 2];
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-21 11:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 11:49 [PATCH 2/3] tools: hv: fcopy_daemon: Unused variable removed Matej Mužila
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.