net: cleanup unsigned to unsigned int
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / netfilter / ipvs / ip_vs_sh.c
index 069e8d4d5c015f19da7443df0ef5402d30db0a31..91e97ee049be2183a5400cb40b6c1b630a51b6ec 100644 (file)
@@ -70,7 +70,7 @@ struct ip_vs_sh_bucket {
 /*
  *     Returns hash value for IPVS SH entry
  */
-static inline unsigned ip_vs_sh_hashkey(int af, const union nf_inet_addr *addr)
+static inline unsigned int ip_vs_sh_hashkey(int af, const union nf_inet_addr *addr)
 {
        __be32 addr_fold = addr->ip;