]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Tools: hv: address compiler warnings for hv_fcopy_daemon.c
authorVitaly Kuznetsov <vkuznets@redhat.com>
Sat, 10 Jan 2015 06:18:54 +0000 (22:18 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 17:17:57 +0000 (09:17 -0800)
commitaba474b8185d60ca8cdbf3049fe6d655aa761e23
tree4e96c422e6f6b247b913e012b2afd904672eef48
parent69258c058d0a7e0a6433dae7e336c316d28129fc
Tools: hv: address compiler warnings for hv_fcopy_daemon.c

This patch addresses two types of compiler warnings:
... warning: unused variable .fd. [-Wunused-variable]
and
... warning: format .%s. expects argument of type .char *., but argument 5 has type .__u16 *. [-Wformat=]

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/hv_fcopy_daemon.c