OSDN Git Service

sctp: remove the typedef sctp_abort_chunk_t
authorXin Long <lucien.xin@gmail.com>
Sun, 23 Jul 2017 01:34:36 +0000 (09:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 23:01:20 +0000 (16:01 -0700)
commit441ae65ae000dd325a609306bd0cd850df50cfc4
tree55a32a510403473ac9fc5c3b44c534d17d5925b6
parent38c00f7482281801d6f7fe410c7a4b61ae25218e
sctp: remove the typedef sctp_abort_chunk_t

This patch is to remove the typedef sctp_abort_chunk_t, and
replace with struct sctp_abort_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
net/sctp/sm_statefuns.c