commit | 9f8d31471548d9b74609335f9a3c75c7b664c8b4 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Jun 30 11:52:20 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 01 09:08:42 2017 -0700 |
tree | 1fbc8c5b81f2d438a65c587c135a85097b3918a2 | |
parent | 3583df1a3d7328b42cf116db3fb56b0368fab12b [diff] |
sctp: remove the typedef sctp_data_chunk_t This patch is to remove the typedef sctp_data_chunk_t, and replace with struct sctp_data_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>