Skip to content
Commit b3e2d209 authored by Kefeng Wang's avatar Kefeng Wang Committed by Paul E. McKenney
Browse files

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: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent b1fcf9b8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment