diff options
Diffstat (limited to 'net/sctp/ipv6.c')
-rw-r--r-- | net/sctp/ipv6.c | 2 |
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) | |||
853 | * Returns number of addresses supported. | 853 | * Returns number of addresses supported. |
854 | */ | 854 | */ |
855 | static int sctp_inet6_supported_addrs(const struct sctp_sock *opt, | 855 | static int sctp_inet6_supported_addrs(const struct sctp_sock *opt, |
856 | __u16 *types) | 856 | __be16 *types) |
857 | { | 857 | { |
858 | types[0] = SCTP_PARAM_IPV4_ADDRESS; | 858 | types[0] = SCTP_PARAM_IPV4_ADDRESS; |
859 | types[1] = SCTP_PARAM_IPV6_ADDRESS; | 859 | types[1] = SCTP_PARAM_IPV6_ADDRESS; |