From: Fuqian Huang <[email protected]> Date: Sun, 21 Apr 2019 19:48:06 +0800
> 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 <[email protected]> Applied to net-next.
