commit | cb1844c47279fb59129f8a021a0b09bcf2011ad7 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sun Jul 23 09:34:26 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 24 16:01:19 2017 -0700 |
tree | d5d8260832691acae71eb4dafd1b11a6bf096d1f | |
parent | 56eda01d5348bd8b90fb32985b4b3d4b59c88ff2 [diff] |
sctp: remove the typedef sctp_initack_chunk_t This patch is to remove the typedef sctp_initack_chunk_t, and replace with struct sctp_initack_chunk in the places where it's using this typedef. It is also to use sizeof(variable) instead of sizeof(type). Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>