diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2025-04-03 03:33:11 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2025-04-12 03:32:35 +0300 |
commit | a30951d09c33c899f0e4aca80eb87fad5f10ecfa (patch) | |
tree | 742074e75375074218e344e88ec9b6700c679ccd /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | be8254f694469e60252e35c467ac9a878d7797bf (diff) | |
download | linux-a30951d09c33c899f0e4aca80eb87fad5f10ecfa.tar.xz |
test suite: use %zu to print size_t
On 32-bit, we can't use %lu to print a size_t variable and gcc warns us
about it. Shame it doesn't warn about it on 64-bit.
Link: https://lkml.kernel.org/r/20250403003311.359917-1-Liam.Howlett@oracle.com
Fixes: cc86e0c2f306 ("radix tree test suite: add support for slab bulk APIs")
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions