commit | d892de8d3fb1e807de561289cfb1fed42950440a | [log] [tgz] |
---|---|---|
author | Tomas Hozza <thozza@redhat.com> | Fri Nov 09 15:01:20 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 15 15:39:59 2012 -0800 |
tree | c56ef98b4c6910aa4608ab2edd8b719b4ede5421 | |
parent | 95a69adab9acfc3981c504737a2b6578e4d846ef [diff] |
tools/hv: Fix string types Initial patch by Ben Hutchings <ben@decadent.org.uk> Standard C strings are arrays of char, not __u8 (unsigned char). Declare variables and parameters accordingly, and add the necessary casts. Signed-off-by: Tomas Hozza <thozza@redhat.com> Acked-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>