commit | fa8b9e8bea50c226559381b1ea2dee7329031625 | [log] [tgz] |
---|---|---|
author | Fuqian Huang <huangfq.daxian@gmail.com> | Sun Apr 21 19:48:26 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 21 10:37:26 2019 -0700 |
tree | 5ff1a32d9f3c781cf56551fb9991d2f955c99507 | |
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>