sctp: remove the typedef sctp_cmd_t
authorXin Long <[email protected]>
Fri, 11 Aug 2017 02:23:51 +0000 (10:23 +0800)
committerDavid S. Miller <[email protected]>
Fri, 11 Aug 2017 17:02:44 +0000 (10:02 -0700)
commite2c3108ab25b4dbab3821e8b6084bfb73afb655c
tree190beef860c49bec18b10abe1cc54a673a6c9f1c
parentb7ef2618a0bf75c1e480b05739b0c5f2a42081cd
sctp: remove the typedef sctp_cmd_t

This patch is to remove the typedef sctp_cmd_t, and
replace with enum sctp_cmd in the places where it's
using this typedef.

Signed-off-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/sctp/command.h
net/sctp/sm_sideeffect.c