Skip to content
Commit 668533dc authored by Linus Torvalds's avatar Linus Torvalds
Browse files

kallsyms: take advantage of the new '%px' format



The conditional kallsym hex printing used a special fixed-width '%lx'
output (KALLSYM_FMT) in preparation for the hashing of %p, but that
series ended up adding a %px specifier to help with the conversions.

Use it, and avoid the "print pointer as an unsigned long" code.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent da6af54d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment