Skip to content
Commit fa8b9e8b authored by Fuqian Huang's avatar Fuqian Huang Committed by David S. Miller
Browse files

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: default avatarFuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 966cddef
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment