sctp: remove the typedef sctp_init_chunk_t
This patch is to remove the typedef sctp_init_chunk_t, and replace with struct sctp_init_chunk in the places where it's using this typedef. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
4ae70c0845
commit
01a992bea5
@@ -647,7 +647,7 @@ static void sctp_cmd_assoc_failed(sctp_cmd_seq_t *commands,
|
||||
static int sctp_cmd_process_init(sctp_cmd_seq_t *commands,
|
||||
struct sctp_association *asoc,
|
||||
struct sctp_chunk *chunk,
|
||||
sctp_init_chunk_t *peer_init,
|
||||
struct sctp_init_chunk *peer_init,
|
||||
gfp_t gfp)
|
||||
{
|
||||
int error;
|
||||
|
||||
Reference in New Issue
Block a user