public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Matej Mužila" <mmuzila@redhat.com>
To: kys@microsoft.com, devel@linuxdriverproject.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 2/3] tools: hv: fcopy_daemon: Unused variable removed
Date: Tue, 21 Oct 2014 13:49:24 +0200	[thread overview]
Message-ID: <54464844.8040402@redhat.com> (raw)

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];


                 reply	other threads:[~2014-10-21 11:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54464844.8040402@redhat.com \
    --to=mmuzila@redhat.com \
    --cc=devel@linuxdriverproject.org \
    --cc=kys@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox