diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-04-21 14:47:27 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2019-05-06 18:47:48 +0300 |
commit | 1900da520c9fdc3a7cf00d21638f7c8721d5ac7f (patch) | |
tree | 56a97c94e8635113c43e7062b85618276885d80b /kernel/sched/swait.c | |
parent | 96b9c592def5d7203bdad1337d9c92a2183de5cb (diff) | |
download | linux-1900da520c9fdc3a7cf00d21638f7c8721d5ac7f.tar.xz |
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>
Diffstat (limited to 'kernel/sched/swait.c')
0 files changed, 0 insertions, 0 deletions