diff options
author | Xin Long <lucien.xin@gmail.com> | 2017-07-23 04:34:26 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-25 02:01:19 +0300 |
commit | cb1844c47279fb59129f8a021a0b09bcf2011ad7 (patch) | |
tree | d5d8260832691acae71eb4dafd1b11a6bf096d1f /net/sctp/sm_make_chunk.c | |
parent | 56eda01d5348bd8b90fb32985b4b3d4b59c88ff2 (diff) | |
download | linux-cb1844c47279fb59129f8a021a0b09bcf2011ad7.tar.xz |
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>
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
0 files changed, 0 insertions, 0 deletions