From: Tomas Hozza Date: Fri, 9 Nov 2012 14:01:20 +0000 (+0100) Subject: tools/hv: Fix string types X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~85^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d892de8d3fb1e807de561289cfb1fed42950440a;p=pandora-kernel.git tools/hv: Fix string types Initial patch by Ben Hutchings 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 Acked-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed