[<prev] [next>] [day] [month] [year] [list]
Message-ID: <54464844.8040402@redhat.com>
Date: Tue, 21 Oct 2014 13:49:24 +0200
From: Matej Mužila <mmuzila@...hat.com>
To: kys@...rosoft.com, devel@...uxdriverproject.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/3] tools: hv: fcopy_daemon: Unused variable removed
From: Matej Mužila <mmuzila@...hat.com>
Remove unused variable
Signed-off-by: Matej Mužila <mmuzila@...hat.com>
Acked-by: K. Y. Srinivasan <kys@...rosoft.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];
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists