diff options
| author | Sergei Trofimovich <[email protected]> | 2021-03-24 21:37:41 -0700 | 
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-03-25 09:22:55 -0700 | 
| commit | 95d44a470a6814207d52dd6312203b0f4ef12710 (patch) | |
| tree | e471d31b0e9b898796d4d85e611f1ea699bbc2aa /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
| parent | f2a419cf495f95cac49ea289318b833477e1a0e2 (diff) | |
ia64: fix format strings for err_inject
Fix warning with %lx / u64 mismatch:
  arch/ia64/kernel/err_inject.c: In function 'show_resources':
  arch/ia64/kernel/err_inject.c:62:22: warning:
    format '%lx' expects argument of type 'long unsigned int',
    but argument 3 has type 'u64' {aka 'long long unsigned int'}
     62 |  return sprintf(buf, "%lx", name[cpu]);   \
        |                      ^~~~~~~
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Sergei Trofimovich <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions