]> git.baikalelectronics.ru Git - kernel.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)
commit372834347f850cebccd3119654001be24a44a346
tree48a2a8cd659d20232f307af55d935524e3026dc8
parent9e61afd1055b84b7d6c0a6145d8f7d90433d00f5
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