commit | b7ef2618a0bf75c1e480b05739b0c5f2a42081cd | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Aug 11 10:23:50 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 11 10:02:44 2017 -0700 |
tree | 48a2a8cd659d20232f307af55d935524e3026dc8 | |
parent | d38ef5ae35b0960f3219f1cf0203e19819e757c7 [diff] |
sctp: remove the typedef sctp_socket_type_t This patch is to remove the typedef sctp_socket_type_t, and replace with enum sctp_socket_type 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>