commit | 966cddef20a7a43dc07de4b59997f384b4fd103a | [log] [tgz] |
---|---|---|
author | Fuqian Huang <huangfq.daxian@gmail.com> | Sun Apr 21 19:48:06 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 21 10:37:26 2019 -0700 |
tree | 4294cc2b84644667921615b04056c8fc10fd7cf4 | |
parent | 05453eadbf89c4f428ec0e6e962348f18e3a0caa [diff] |
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>