commit | 365ddb65e77f6b99d4aba09e0d8a096aada57815 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Jul 17 11:29:51 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 16 20:52:13 2017 -0700 |
tree | cba4daf3082bb8ee729741084bd5a8ad3b0a2f27 | |
parent | 00987cc07e3f0f01699800cd89adf13a908cdee5 [diff] |
sctp: remove the typedef sctp_cookie_preserve_param_t This patch is to remove the typedef sctp_cookie_preserve_param_t, and replace with struct sctp_cookie_preserve_param in the places where it's using this typedef. It is also to fix some indents in sctp_sf_do_5_2_6_stale(). Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>