diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 17:25:49 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:27:11 -0800 |
commit | 3dbe86566ed262dae3b5472b9360cb5b65d42716 (patch) | |
tree | e51c42ad86864d66441e1af23661b27058a06a24 /net/sctp/sm_make_chunk.c | |
parent | e1857ea28dc76e2a929d1fff4d5d5cf712f12f4e (diff) | |
download | kernel-crypto-3dbe86566ed262dae3b5472b9360cb5b65d42716.tar.gz kernel-crypto-3dbe86566ed262dae3b5472b9360cb5b65d42716.tar.xz kernel-crypto-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/sm_make_chunk.c')
-rw-r--r-- | net/sctp/sm_make_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index 9d55497627f..9674e6e3205 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c @@ -183,7 +183,7 @@ struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, int num_types, addrs_len = 0; struct sctp_sock *sp; sctp_supported_addrs_param_t sat; - __u16 types[2]; + __be16 types[2]; sctp_adaption_ind_param_t aiparam; /* RFC 2960 3.3.2 Initiation (INIT) (1) |