net: cleanup unsigned to unsigned int
[deliverable/linux.git] / net / netfilter / ipvs / ip_vs_core.c
index 2555816e778827250e5aec0d33eaa2fa9512addc..b5a5c7363f83bb8972362fe05e890476d74b2d61 100644 (file)
@@ -80,7 +80,7 @@ static atomic_t ipvs_netns_cnt = ATOMIC_INIT(0);
 #define icmp_id(icmph)          (((icmph)->un).echo.id)
 #define icmpv6_id(icmph)        (icmph->icmp6_dataun.u_echo.identifier)
 
-const char *ip_vs_proto_name(unsigned proto)
+const char *ip_vs_proto_name(unsigned int proto)
 {
        static char buf[20];
 
This page took 0.025055 seconds and 5 git commands to generate.