mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[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>
This commit is contained in:
parent
5bf2db0390
commit
63706c5c6f
@ -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 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user