From: Mimi Zohar Date: Tue, 23 Nov 2010 22:50:31 +0000 (-0500) Subject: lib: hex2bin converts ascii hexadecimal string to binary X-Git-Tag: v2.6.38-rc1~429^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc88e46029486ed475c71fe1bb696d39511ac8fe;p=pandora-kernel.git lib: hex2bin converts ascii hexadecimal string to binary Similar to the kgdb_hex2mem() code, hex2bin converts a string to binary using the hex_to_bin() library call. Changelog: - Replace parameter names with src/dst (based on David Howell's comment) - Add 'const' where needed (based on David Howell's comment) - Replace int with size_t (based on David Howell's comment) Signed-off-by: Mimi Zohar Acked-by: Serge E. Hallyn Acked-by: David Howells Signed-off-by: James Morris --- Reading git-diff-tree failed