]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove the typedef sctp_sender_hb_info_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:46 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:43 +0000 (10:02 -0700)
commit90158199032db8c7cf9d0a7add560f60d63056fb
treea87edf7bd43e1e57c39345509a2b1b012db33585
parent78fa100f14dc67fa164c07083298120d7214167b
sctp: remove the typedef sctp_sender_hb_info_t

This patch is to remove the typedef sctp_sender_hb_info_t, and
replace with struct sctp_sender_hb_info in the places where it's
using this typedef.

It is also to use sizeof(variable) instead of sizeof(type).

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/sm_make_chunk.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statefuns.c