git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660ca53
)
hexdump: use const notation
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Tue, 7 Aug 2007 20:43:14 +0000
(23:43 +0300)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 9 Aug 2007 15:34:23 +0000
(08:34 -0700)
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 <Artem.Bityutskiy@nokia.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found