mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
sctp: remove the typedef sctp_addip_chunk_t
This patch is to remove the typedef sctp_addip_chunk_t, and replace with struct sctp_addip_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:
parent
65205cc465
commit
68d7546946
4 changed files with 15 additions and 10 deletions
|
@ -1111,7 +1111,7 @@ static struct sctp_association *__sctp_rcv_asconf_lookup(
|
|||
__be16 peer_port,
|
||||
struct sctp_transport **transportp)
|
||||
{
|
||||
sctp_addip_chunk_t *asconf = (struct sctp_addip_chunk *)ch;
|
||||
struct sctp_addip_chunk *asconf = (struct sctp_addip_chunk *)ch;
|
||||
struct sctp_af *af;
|
||||
union sctp_addr_param *param;
|
||||
union sctp_addr paddr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue