]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove the typedef sctp_sm_table_entry_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:56 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:44 +0000 (10:02 -0700)
commitd2584cb8936efcd35a86b6f98d63a2abd27125bc
tree7954c9cf5ed0cd88041bf21e2cb3380f5fdfdd10
parent9fc0b35ec768b51983b19c7674db97a7c5ef88e6
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