]> asedeno.scripts.mit.edu Git - linux.git/commit
sctp: remove the typedef sctp_error_t
authorXin Long <lucien.xin@gmail.com>
Thu, 3 Aug 2017 07:42:13 +0000 (15:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Aug 2017 16:45:47 +0000 (09:45 -0700)
commit2a4932167772874c5bc4b3dfebf61cfadb5554b9
treecf3636bf1a1e9a1e485b4ba823d217b9ab7f0164
parent87caeba7914979ef6a5765dfa3163b51a30133ab
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>
include/linux/sctp.h
net/sctp/sm_statefuns.c