commit | 1900da520c9fdc3a7cf00d21638f7c8721d5ac7f | [log] [tgz] |
---|---|---|
author | Fuqian Huang <huangfq.daxian@gmail.com> | Sun Apr 21 19:47:27 2019 +0800 |
committer | Tejun Heo <tj@kernel.org> | Mon May 06 08:47:48 2019 -0700 |
tree | 56a97c94e8635113c43e7062b85618276885d80b | |
parent | 96b9c592def5d7203bdad1337d9c92a2183de5cb [diff] |
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>