]> 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)
commite4078af2c2a32fa683620b4d6d644d99ca0a5167
tree48a2a8cd659d20232f307af55d935524e3026dc8
parent9a203c1c974cf43acabc70912767f36163ec3241
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