commit | 172a1599ba88df7147f6503a75686fb89c8a1f3f | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Aug 11 10:23:57 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 11 10:02:44 2017 -0700 |
tree | 648a935f2ba80deaf06b7fc671cc83a4a125fbbd | |
parent | 8ee821aea39c6bf4142c9319adecea6d3e1af4a2 [diff] |
sctp: remove the typedef sctp_disposition_t This patch is to remove the typedef sctp_disposition_t, and replace with enum sctp_disposition in the places where it's using this typedef. It's also to fix the indent for many functions' defination. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>