]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ipv4/netfilter/ip_tables.c
net: cleanup unsigned to unsigned int
[mirror_ubuntu-bionic-kernel.git] / net / ipv4 / netfilter / ip_tables.c
index 24e556e83a3ba97fe633525c10e63d4bcb767b34..585b80f3cc687c4a55314e0162e49a544f1a6fd2 100644 (file)
@@ -377,7 +377,7 @@ ipt_do_table(struct sk_buff *skb,
                        if (v < 0) {
                                /* Pop from stack? */
                                if (v != XT_RETURN) {
-                                       verdict = (unsigned)(-v) - 1;
+                                       verdict = (unsigned int)(-v) - 1;
                                        break;
                                }
                                if (*stackptr <= origptr) {