commit | 01a992bea523d9568cf56a02003c15c9dc40eb20 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Jun 30 11:52:22 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 01 09:08:42 2017 -0700 |
tree | 92b53d05411df6cebf6c6cedf0d25d41ae85bc09 | |
parent | 4ae70c0845faba3096aa2be4b2ebfcc3ac590a67 [diff] |
sctp: remove the typedef sctp_init_chunk_t This patch is to remove the typedef sctp_init_chunk_t, and replace with struct sctp_init_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>