]> git.baikalelectronics.ru Git - 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)
commit955042f9a620f096cc9604e8acb3cfcd98b469b0
tree92b53d05411df6cebf6c6cedf0d25d41ae85bc09
parentd54c51a3d4a6ef119c695e62bdf10a257f16429b
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