commit | 8ee821aea39c6bf4142c9319adecea6d3e1af4a2 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Aug 11 10:23:56 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 11 10:02:44 2017 -0700 |
tree | 7954c9cf5ed0cd88041bf21e2cb3380f5fdfdd10 | |
parent | eb662a6a9b2a4ee3c76bbfc4c23f4dc56859b0f3 [diff] |
sctp: remove the typedef sctp_sm_table_entry_t This patch is to remove the typedef sctp_sm_table_entry_t, and replace with struct sctp_sm_table_entry in the places where it's using this typedef. It is also to fix some indents. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>