]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/tcp.h
net: cleanup unsigned to unsigned int
[mirror_ubuntu-bionic-kernel.git] / include / net / tcp.h
index 057f0168462e15cdb68f5149a6cdf9111164631b..025c31aa65dff8be8b8178d57420e7cbe49a04c5 100644 (file)
@@ -1226,7 +1226,7 @@ extern void tcp_put_md5sig_pool(void);
 
 extern int tcp_md5_hash_header(struct tcp_md5sig_pool *, const struct tcphdr *);
 extern int tcp_md5_hash_skb_data(struct tcp_md5sig_pool *, const struct sk_buff *,
-                                unsigned header_len);
+                                unsigned int header_len);
 extern int tcp_md5_hash_key(struct tcp_md5sig_pool *hp,
                            const struct tcp_md5sig_key *key);