]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/ipv4/inet_connection_sock.c
net: cleanup unsigned to unsigned int
[thirdparty/kernel/stable.git] / net / ipv4 / inet_connection_sock.c
index 14409f111bc2f2d675c43c6a7467f920dee10a8c..7d972f650a61b255b166b6ba262172c12fb2c03f 100644 (file)
@@ -42,7 +42,8 @@ EXPORT_SYMBOL(sysctl_local_reserved_ports);
 
 void inet_get_local_port_range(int *low, int *high)
 {
-       unsigned seq;
+       unsigned int seq;
+
        do {
                seq = read_seqbegin(&sysctl_local_ports.lock);