net: cleanup unsigned to unsigned int
[linux-block.git] / net / netfilter / xt_recent.c
index d2ff15a2412b3335b016e2598d10cb9e2d31eabe..fc0d6dbe5d17253014b4ee76217dc0cdebc5ce5c 100644 (file)
@@ -314,7 +314,7 @@ static int recent_mt_check(const struct xt_mtchk_param *par)
 #ifdef CONFIG_PROC_FS
        struct proc_dir_entry *pde;
 #endif
-       unsigned i;
+       unsigned int i;
        int ret = -EINVAL;
 
        if (unlikely(!hash_rnd_inited)) {