commit | fe9a0fe7210d803adb3d5817da029fe39b8a4133 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sun Jul 23 09:34:29 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 24 16:01:20 2017 -0700 |
tree | e5fceef5e0458245fd6d0969a571d1cbabb6879b | |
parent | 62e6b7e4ee244f8043c169c049d3b2c2c798cd60 [diff] |
sctp: remove the typedef sctp_gap_ack_block_t This patch is to remove the typedef sctp_gap_ack_block_t, and replace with struct sctp_gap_ack_block 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>