aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 17:00:05 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:26:18 -0800
commit63706c5c6fd07f58bed85d0aa031ffbce3a0385f (patch)
treee764070e34040a8ed14042cf91f7639ef9662e83 /net/sctp/sm_make_chunk.c
parent[SCTP]: Annotate sctp_init_cause(). (diff)
downloadlinux-dev-63706c5c6fd07f58bed85d0aa031ffbce3a0385f.tar.xz
linux-dev-63706c5c6fd07f58bed85d0aa031ffbce3a0385f.zip
[SCTP]: sctp_make_op_error() annotations.
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index 37472be16014..a3bde93bd8a3 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -951,7 +951,7 @@ nodata:
/* Create an Operation Error chunk. */
struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
const struct sctp_chunk *chunk,
- __u16 cause_code, const void *payload,
+ __be16 cause_code, const void *payload,
size_t paylen)
{
struct sctp_chunk *retval;