net: cleanup unsigned to unsigned int
[cascardo/linux.git] / net / netfilter / xt_recent.c
index d2ff15a..fc0d6db 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)) {