aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/ipv6.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 17:25:49 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:27:11 -0800
commit3dbe86566ed262dae3b5472b9360cb5b65d42716 (patch)
treee51c42ad86864d66441e1af23661b27058a06a24 /net/sctp/ipv6.c
parent[SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr. (diff)
downloadlinux-dev-3dbe86566ed262dae3b5472b9360cb5b65d42716.tar.xz
linux-dev-3dbe86566ed262dae3b5472b9360cb5b65d42716.zip
[SCTP]: Annotate ->supported_addrs().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/ipv6.c')
-rw-r--r--net/sctp/ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c
index 268d32c89594..3c3e560087ca 100644
--- a/net/sctp/ipv6.c
+++ b/net/sctp/ipv6.c
@@ -853,7 +853,7 @@ static int sctp_inet6_send_verify(struct sctp_sock *opt, union sctp_addr *addr)
* Returns number of addresses supported.
*/
static int sctp_inet6_supported_addrs(const struct sctp_sock *opt,
- __u16 *types)
+ __be16 *types)
{
types[0] = SCTP_PARAM_IPV4_ADDRESS;
types[1] = SCTP_PARAM_IPV6_ADDRESS;