summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.im>2017-06-09 16:42:52 +0200
committerDavid S. Miller <davem@davemloft.net>2017-06-09 12:05:21 -0400
commit0adcae4d7501c2eaf8f211b8be2a1ac8cf954b5b (patch)
tree04948bab1041115119ab8a9309820afec15e1795
parent49f5548f733b4df5757323bcba1d1f7eecc7263f (diff)
downloadnet_test_tools-0adcae4d7501c2eaf8f211b8be2a1ac8cf954b5b.tar.gz
kbench_mod: use %zd instead of %Zd for sizeof
Signed-off-by: Vincent Bernat <vincent@bernat.im> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--kbench_mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbench_mod.c b/kbench_mod.c
index 8ca3755..950c66d 100644
--- a/kbench_mod.c
+++ b/kbench_mod.c
@@ -464,7 +464,7 @@ static int __init kbench_init(void)
}
#endif
- pr_info("sizeof(struct rtable)==%Zd\n", sizeof(struct rtable));
+ pr_info("sizeof(struct rtable)==%zd\n", sizeof(struct rtable));
do_bench();