sctp: remove the typedef sctp_cookie_param_t
commitf48ef4c7f7979e8e658b7e038a82f096ab292d70
authorXin Long <lucien.xin@gmail.com>
Sun, 23 Jul 2017 01:34:27 +0000 (23 09:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 23:01:19 +0000 (24 16:01 -0700)
tree74edef23e49ef526aa5a81a24f020d570b1f32f1
parentcb1844c47279fb59129f8a021a0b09bcf2011ad7
sctp: remove the typedef sctp_cookie_param_t

This patch is to remove the typedef sctp_cookie_param_t, and
replace with struct sctp_cookie_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