diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-04-21 13:47:27 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2019-05-06 17:47:48 +0200 |
commit | 1900da520c9fdc3a7cf00d21638f7c8721d5ac7f (patch) | |
tree | 56a97c94e8635113c43e7062b85618276885d80b /kernel/fork.c | |
parent | cgroup: get rid of cgroup_freezer_frozen_exit() (diff) | |
download | linux-1900da520c9fdc3a7cf00d21638f7c8721d5ac7f.tar.xz linux-1900da520c9fdc3a7cf00d21638f7c8721d5ac7f.zip |
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/fork.c')
0 files changed, 0 insertions, 0 deletions