sctp: remove the typedef sctp_cid_t
authorXin Long <lucien.xin@gmail.com>
Fri, 30 Jun 2017 03:52:14 +0000 (11:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 16:08:41 +0000 (09:08 -0700)
commit6d85e68f4cde48f8c2fac6d9c00ca6988cf6e327
treea2ea24cfdef416dd62f5b1549e9a4b82f63414fe
parent922dbc5be2186659d2c453a53f2ae569e55b6101
sctp: remove the typedef sctp_cid_t

This patch is to remove the typedef sctp_cid_t, and replace
with struct sctp_cid 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
include/net/sctp/auth.h
include/net/sctp/constants.h
include/net/sctp/structs.h
net/sctp/auth.c
net/sctp/sm_make_chunk.c
net/sctp/sm_statetable.c