commit | 6d85e68f4cde48f8c2fac6d9c00ca6988cf6e327 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Jun 30 11:52:14 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 01 09:08:41 2017 -0700 |
tree | a2ea24cfdef416dd62f5b1549e9a4b82f63414fe | |
parent | 922dbc5be2186659d2c453a53f2ae569e55b6101 [diff] |
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>