sctp: remove the typedef sctp_cmsgs_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:48 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:43 +0000 (10:02 -0700)
commita05437ac5deb100f94e290ad4c5eef3e78f4b6bb
tree301d22250c944f438909bdf0f49b686b4373fde2
parent74439f344b1becd57ec822bc0e2c1a4cbf240a53
sctp: remove the typedef sctp_cmsgs_t

This patch is to remove the typedef sctp_cmsgs_t, and
replace with struct sctp_cmsgs 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/structs.h
net/sctp/socket.c