]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83b9ede3e9c2419172ba984c80c7b30af19eaa9d
treea2ea24cfdef416dd62f5b1549e9a4b82f63414fe
parent732280089b07641d89b759c63a1d9e9aa0246f79
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