commit | eb9a9a56316f4fea98ee32873ccbf7098b7bd69b | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Aug 10 13:01:07 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Aug 11 15:47:41 2007 -0700 |
tree | 27e63fe84221b257ddb3147955b8cf19ce33ee24 | |
parent | 0c1eafdb063a3701eff24d21eb245e3b1d4ac7df [diff] |
hex_dump: add missing "const" qualifiers Add missing "const" qualifiers to the print_hex_dump_bytes() library routines. (akpm: rumoured to fix some compile warning somewhere) Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>