diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 21:06:37 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:27:16 -0500 |
commit | 8e5200f54062b8af0ed1d186ea0f113854786d89 (patch) | |
tree | 71e00b21ae4f8410413f70141aa275529dbbfb84 /include/net/tcp.h | |
parent | 34bcca28335977e969338c98c6c43a1e08f592b2 (diff) |
[NET]: Fix assorted misannotations (from md5 and udplite merges).
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index aa7989c53791..c99774f15eba 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1154,7 +1154,7 @@ extern int tcp_v4_md5_do_add(struct sock *sk, | |||
1154 | u8 newkeylen); | 1154 | u8 newkeylen); |
1155 | 1155 | ||
1156 | extern int tcp_v4_md5_do_del(struct sock *sk, | 1156 | extern int tcp_v4_md5_do_del(struct sock *sk, |
1157 | u32 addr); | 1157 | __be32 addr); |
1158 | 1158 | ||
1159 | extern struct tcp_md5sig_pool **tcp_alloc_md5sig_pool(void); | 1159 | extern struct tcp_md5sig_pool **tcp_alloc_md5sig_pool(void); |
1160 | extern void tcp_free_md5sig_pool(void); | 1160 | extern void tcp_free_md5sig_pool(void); |