提交 63706c5c 编写于 作者: A Al Viro 提交者: David S. Miller

[SCTP]: sctp_make_op_error() annotations.

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 5bf2db03
......@@ -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);
......
......@@ -951,7 +951,7 @@ static struct sctp_chunk *sctp_make_op_error_space(
/* 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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册