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

This patch addresses two types of compiler warnings:
... warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
and
... warning: pointer targets in passing argument N of .kvp_.... differ in signedness [-Wpointer-sign]

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_kvp_daemon.c