commit | e08af95df1130883762b388a19bb150ae5d16c09 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Aug 11 10:23:54 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 11 10:02:44 2017 -0700 |
tree | 8b4548cf1ebbfcf41de4453afd2ae9a0eebb1ac8 | |
parent | c488b7704ed0eed18e11f9b685931558735f2a68 [diff] |
sctp: remove the typedef sctp_verb_t This patch is to remove the typedef sctp_verb_t, and replace with enum sctp_verb 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>