]> git.baikalelectronics.ru Git - kernel.git/commit
kernel: cgroup: fix misuse of %x
authorFuqian Huang <huangfq.daxian@gmail.com>
Sun, 21 Apr 2019 11:47:27 +0000 (19:47 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 6 May 2019 15:47:48 +0000 (08:47 -0700)
commit0cb1df14a3b7cf51b81d2812d85dc05787503751
tree56a97c94e8635113c43e7062b85618276885d80b
parentd3c145296c4d6ef7d55ee92f3a12a8690673b1d1
kernel: cgroup: fix misuse of %x

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@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/debug.c