]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove the typedef sctp_cmd_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:51 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000 (10:02 -0700)
commit40158a40155904bf3bc4174cbe04c0a657a70d46
tree190beef860c49bec18b10abe1cc54a673a6c9f1c
parent372834347f850cebccd3119654001be24a44a346
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 <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/command.h
net/sctp/sm_sideeffect.c