]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
sctp: remove the typedef sctp_init_chunk_t
authorXin Long <lucien.xin@gmail.com>
Fri, 30 Jun 2017 03:52:22 +0000 (11:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 16:08:42 +0000 (09:08 -0700)
commit01a992bea523d9568cf56a02003c15c9dc40eb20
tree92b53d05411df6cebf6c6cedf0d25d41ae85bc09
parent4ae70c0845faba3096aa2be4b2ebfcc3ac590a67
sctp: remove the typedef sctp_init_chunk_t

This patch is to remove the typedef sctp_init_chunk_t, and replace
with struct sctp_init_chunk 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
include/net/sctp/command.h
include/net/sctp/structs.h
net/sctp/input.c
net/sctp/sm_make_chunk.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statefuns.c