diff options
author | 2019-04-23 10:55:13 +0800 | |
---|---|---|
committer | 2019-04-25 12:04:48 +0200 | |
commit | e9f1040f47276ef38402963117925d756e40363d (patch) | |
tree | b5c7d59cea048b23b46118ed8d40f06c4d904a89 /tools/perf/scripts/python/stackcollapse.py | |
parent | staging: most: core: replace strcpy() by strscpy() (diff) | |
download | linux-dev-e9f1040f47276ef38402963117925d756e40363d.tar.xz linux-dev-e9f1040f47276ef38402963117925d756e40363d.zip |
staging: vchiq_arm: 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 %pK to print the pointers.
Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions