]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/sctp/sm_sideeffect.c
sctp: remove the typedef sctp_disposition_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:57 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000 (10:02 -0700)
commit172a1599ba88df7147f6503a75686fb89c8a1f3f
tree648a935f2ba80deaf06b7fc671cc83a4a125fbbd
parent8ee821aea39c6bf4142c9319adecea6d3e1af4a2
sctp: remove the typedef sctp_disposition_t

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

It's also to fix the indent for many functions' defination.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sm.h
net/sctp/probe.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statefuns.c