aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/net/sctp/sm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/sm.h b/include/net/sctp/sm.h
index a3b0e1e896f0..a7b935a76a62 100644
--- a/include/net/sctp/sm.h
+++ b/include/net/sctp/sm.h
@@ -236,7 +236,7 @@ struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *,
const size_t paylen);
struct sctp_chunk *sctp_make_op_error(const struct sctp_association *,
const struct sctp_chunk *chunk,
- __u16 cause_code,
+ __be16 cause_code,
const void *payload,
size_t paylen);