net: cleanup unsigned to unsigned int
[deliverable/linux.git] / net / ipv4 / udp.c
index 381ea5115142f8222f3ca047ff0ccfbf96c17b29..3430e8fc18de08d7650f7b2fc057937ea8635751 100644 (file)
@@ -207,7 +207,7 @@ int udp_lib_get_port(struct sock *sk, unsigned short snum,
 
        if (!snum) {
                int low, high, remaining;
-               unsigned rand;
+               unsigned int rand;
                unsigned short first, last;
                DECLARE_BITMAP(bitmap, PORTS_PER_CHAIN);
 
This page took 0.029463 seconds and 5 git commands to generate.