sctp: remove the typedef sctp_adaptation_ind_param_t
commit85f6bd24ac579ef0926eb4c564ba1f3c8a7f8563
authorXin Long <lucien.xin@gmail.com>
Mon, 17 Jul 2017 03:29:55 +0000 (17 11:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2017 03:52:14 +0000 (16 20:52 -0700)
treeca69903b63bef3ed556bb81370de33de83c39a5e
parentc1dd5df39be5a98c843b9352c22c5569f84bec44
sctp: remove the typedef sctp_adaptation_ind_param_t

This patch is to remove the typedef sctp_adaptation_ind_param_t, and
replace with struct sctp_adaptation_ind_param 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/linux/sctp.h
net/sctp/sm_make_chunk.c