net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / ipv6 / ip6_flowlabel.c
index b7867a1215b1758a8b99b4f3261519f991a8986d..1dd632971bce3676bcc13b957144af2a4bddc34a 100644 (file)
@@ -705,9 +705,9 @@ static int ip6fl_seq_show(struct seq_file *seq, void *v)
                struct ip6_flowlabel *fl = v;
                seq_printf(seq,
                           "%05X %-1d %-6d %-6d %-6ld %-8ld %pi6 %-4d\n",
-                          (unsigned)ntohl(fl->label),
+                          (unsigned int)ntohl(fl->label),
                           fl->share,
-                          (unsigned)fl->owner,
+                          (int)fl->owner,
                           atomic_read(&fl->users),
                           fl->linger/HZ,
                           (long)(fl->expires - jiffies)/HZ,