]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove the typedef sctp_unrecognized_param_t
authorXin Long <lucien.xin@gmail.com>
Sun, 23 Jul 2017 01:34:28 +0000 (09:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 23:01:19 +0000 (16:01 -0700)
commit0cdde683f01318b9ba758d8c6cee082b76ff9d32
tree4dddb5a4053e851f6948bc9aa49f2484d1a6c826
parentad33babf3d214fbe4354d76477292e5c73f8fa8d
sctp: remove the typedef sctp_unrecognized_param_t

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

It is also to fix some indents in sctp_sf_do_unexpected_init() and
sctp_sf_do_5_1B_init().

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