diff options
author | 2019-04-21 19:48:06 +0800 | |
---|---|---|
committer | 2019-04-21 10:37:26 -0700 | |
commit | 966cddef20a7a43dc07de4b59997f384b4fd103a (patch) | |
tree | 4294cc2b84644667921615b04056c8fc10fd7cf4 /tools/perf/scripts/python | |
parent | atm: iphase: fix misuse of %x (diff) | |
download | wireguard-linux-966cddef20a7a43dc07de4b59997f384b4fd103a.tar.xz wireguard-linux-966cddef20a7a43dc07de4b59997f384b4fd103a.zip |
net: ax25: fix misuse of %x
Pointers should be printed with %p or %px rather than
cast to long type and printed with %8.8lx.
Change %8.8lx to %p to print the pointer.
Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions