diff options
author | 2020-04-17 12:02:45 +0800 | |
---|---|---|
committer | 2020-06-02 08:41:37 -0700 | |
commit | b3e2d20973db3ec87a6dd2fee0c88d3c2e7c2f61 (patch) | |
tree | 5fc9c31985a779fd8aa5dd1481e517848a50dd84 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcu: Provide __rcu_is_watching() (diff) | |
download | linux-rng-b3e2d20973db3ec87a6dd2fee0c88d3c2e7c2f61.tar.xz linux-rng-b3e2d20973db3ec87a6dd2fee0c88d3c2e7c2f61.zip |
rcuperf: Fix printk format warning
Using "%zu" to fix following warning,
kernel/rcu/rcuperf.c: In function ‘kfree_perf_init’:
include/linux/kern_levels.h:5:18: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions