Provide a binary to hex conversion function
authorDavid Howells <dhowells@redhat.com>
Tue, 16 Sep 2014 16:36:01 +0000 (17:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 16 Sep 2014 16:36:01 +0000 (17:36 +0100)
Provide a function to convert a buffer of binary data into an unterminated
ascii hex string representation of that data.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
include/linux/kernel.h
lib/hexdump.c

Simple merge
diff --cc lib/hexdump.c
Simple merge