]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove the typedef sctp_inithdr_t
authorXin Long <lucien.xin@gmail.com>
Fri, 30 Jun 2017 03:52:21 +0000 (11:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 16:08:42 +0000 (09:08 -0700)
commitd54c51a3d4a6ef119c695e62bdf10a257f16429b
tree3c3a22e4c1fc69940834b48849cabf8ac7fde2b8
parent3ee7b18dd580118ad12e5740c0571f8ea4faf1ee
sctp: remove the typedef sctp_inithdr_t

This patch is to remove the typedef sctp_inithdr_t, and replace
with struct sctp_inithdr 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/netfilter/nf_conntrack_proto_sctp.c
net/sctp/sm_make_chunk.c
net/sctp/sm_statefuns.c