From: Artem Bityutskiy Date: Tue, 7 Aug 2007 20:43:14 +0000 (+0300) Subject: hexdump: use const notation X-Git-Tag: v2.6.23-rc3~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0ed91e361a93ee1efb4c20c4967024ed2a8dd7;p=pandora-kernel.git hexdump: use const notation Trivial fix: mark the buffer to hexdump as const so callers could avoid casting their const buffers when calling print_hex_dump(). The patch is really trivial and I suggest to consider it as a fix (it fixes GCC warnings) and push it to current tree. Signed-off-by: Artem Bityutskiy Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed