diff options
author | Tomas Hozza <thozza@redhat.com> | 2012-11-09 15:01:20 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-15 15:39:59 -0800 |
commit | d892de8d3fb1e807de561289cfb1fed42950440a (patch) | |
tree | c56ef98b4c6910aa4608ab2edd8b719b4ede5421 /drivers | |
parent | 95a69adab9acfc3981c504737a2b6578e4d846ef (diff) | |
download | linux-3.10-d892de8d3fb1e807de561289cfb1fed42950440a.tar.gz linux-3.10-d892de8d3fb1e807de561289cfb1fed42950440a.tar.bz2 linux-3.10-d892de8d3fb1e807de561289cfb1fed42950440a.zip |
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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions