Skip to content
Snippets Groups Projects
Commit 1900da52 authored by Fuqian Huang's avatar Fuqian Huang Committed by Tejun Heo
Browse files

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: default avatarFuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 96b9c592
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment