]> asedeno.scripts.mit.edu Git - linux.git/commit
sctp: remove the typedef sctp_socket_type_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:50 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000 (10:02 -0700)
commitb7ef2618a0bf75c1e480b05739b0c5f2a42081cd
tree48a2a8cd659d20232f307af55d935524e3026dc8
parentd38ef5ae35b0960f3219f1cf0203e19819e757c7
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>
include/net/sctp/sctp.h
include/net/sctp/structs.h
net/sctp/socket.c