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

This patch is to remove the typedef sctp_data_chunk_t, and replace
with struct sctp_data_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/constants.h
include/net/sctp/sm.h
net/sctp/output.c
net/sctp/sm_statefuns.c
net/sctp/ulpqueue.c