]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit4ae70c0845faba3096aa2be4b2ebfcc3ac590a67
tree3c3a22e4c1fc69940834b48849cabf8ac7fde2b8
parent9f8d31471548d9b74609335f9a3c75c7b664c8b4
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