]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove the typedef sctp_cookie_param_t
authorXin Long <lucien.xin@gmail.com>
Sun, 23 Jul 2017 01:34:27 +0000 (09:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 23:01:19 +0000 (16:01 -0700)
commitad33babf3d214fbe4354d76477292e5c73f8fa8d
tree74edef23e49ef526aa5a81a24f020d570b1f32f1
parent58ce87d3f5f880d2bc1bd6a46ac3ed44039880bb
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