Commit a552375f authored by David S. Miller's avatar David S. Miller

[IPV4]: Use correct ptrdiff_t printf format in ipmr.c

parent a279570e
......@@ -1657,7 +1657,7 @@ static int ipmr_vif_seq_show(struct seq_file *seq, void *v)
const char *name = vif->dev ? vif->dev->name : "none";
seq_printf(seq,
"%2d %-10s %8ld %7ld %8ld %7ld %05X %08X %08X\n",
"%2Zd %-10s %8ld %7ld %8ld %7ld %05X %08X %08X\n",
vif - vif_table,
name, vif->bytes_in, vif->pkt_in,
vif->bytes_out, vif->pkt_out,
......
Markdown is supported
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