diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-04-21 19:48:26 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-21 10:37:26 -0700 |
commit | fa8b9e8bea50c226559381b1ea2dee7329031625 (patch) | |
tree | 5ff1a32d9f3c781cf56551fb9991d2f955c99507 /include | |
parent | 966cddef20a7a43dc07de4b59997f384b4fd103a (diff) |
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')
0 files changed, 0 insertions, 0 deletions