Re: [PATCH v2 04/06] net: ax25: fix misuse of %x

From: David Miller
Date: Sun Apr 21 2019 - 13:37:57 EST


From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
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 <huangfq.daxian@xxxxxxxxx>

Applied to net-next.