sctp: remove the typedef sctp_sm_table_entry_t
commit8ee821aea39c6bf4142c9319adecea6d3e1af4a2
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:56 +0000 (11 10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000 (11 10:02 -0700)
tree7954c9cf5ed0cd88041bf21e2cb3380f5fdfdd10
parenteb662a6a9b2a4ee3c76bbfc4c23f4dc56859b0f3
sctp: remove the typedef sctp_sm_table_entry_t

This patch is to remove the typedef sctp_sm_table_entry_t, and
replace with struct sctp_sm_table_entry in the places where it's
using this typedef.

It is also to fix some indents.

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/sm_sideeffect.c
net/sctp/sm_statetable.c