net: /proc/net/ip_mr_cache, display Iif as a signed short
[safe/jmp/linux-2.6] / net / ipv6 / ip6mr.c
index 2dc4b01..1446bec 100644 (file)
@@ -297,7 +297,7 @@ static int ipmr_mfc_seq_show(struct seq_file *seq, void *v)
                const struct mfc6_cache *mfc = v;
                const struct ipmr_mfc_iter *it = seq->private;
 
-               seq_printf(seq, "%pI6 %pI6 %-3d",
+               seq_printf(seq, "%pI6 %pI6 %-3hd",
                           &mfc->mf6c_mcastgrp, &mfc->mf6c_origin,
                           mfc->mf6c_parent);