Re: [PATCH v2 05/06] net: hippi:Fix misuse of %x in rrunner.c

From: David Miller
Date: Sun Apr 21 2019 - 13:38:02 EST


From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
Date: Sun, 21 Apr 2019 19:48:26 +0800

> 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@xxxxxxxxx>

Applied to net-next.