Forked from
Alex Deucher / linux
-
Fuqian Huang authored
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>
Fuqian Huang authoredPointers 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>