sctp: remove the typedef sctp_verb_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:54 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000 (10:02 -0700)
commite08af95df1130883762b388a19bb150ae5d16c09
tree8b4548cf1ebbfcf41de4453afd2ae9a0eebb1ac8
parentc488b7704ed0eed18e11f9b685931558735f2a68
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>
include/net/sctp/command.h
net/sctp/sm_statefuns.c