Re: [PATCH v2 02/06] kernel: cgroup: fix misuse of %x

From: Tejun Heo
Date: Mon May 06 2019 - 11:48:47 EST


On Sun, Apr 21, 2019 at 07:47:27PM +0800, Fuqian Huang wrote:
> Pointers should be printed with %p or %px rather than
> cast to unsigned long type and printed with %lx.
> Change %lx to %p to print the pointers.
>
> Signed-off-by: Fuqian Huang <huangfq.daxian@xxxxxxxxx>

Applied to cgroup/for-5.2.

Thanks.

--
tejun