diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-04-21 13:48:26 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-21 19:37:26 +0200 |
commit | fa8b9e8bea50c226559381b1ea2dee7329031625 (patch) | |
tree | 5ff1a32d9f3c781cf56551fb9991d2f955c99507 /include/net/ip6_route.h | |
parent | net: ax25: fix misuse of %x (diff) | |
download | linux-fa8b9e8bea50c226559381b1ea2dee7329031625.tar.xz linux-fa8b9e8bea50c226559381b1ea2dee7329031625.zip |
net: hippi:Fix misuse of %x in rrunner.c
The pointer should be printed with %p or %px rather than
cast to unsigned long type and printed with %08lx.
Change %08lx 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 'include/net/ip6_route.h')
0 files changed, 0 insertions, 0 deletions