commit | 2a4932167772874c5bc4b3dfebf61cfadb5554b9 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Thu Aug 03 15:42:13 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 03 09:45:47 2017 -0700 |
tree | cf3636bf1a1e9a1e485b4ba823d217b9ab7f0164 | |
parent | 87caeba7914979ef6a5765dfa3163b51a30133ab [diff] |
sctp: remove the typedef sctp_error_t This patch is to remove the typedef sctp_error_t, and replace with enum sctp_error 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>