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>
Showing
- include/net/sctp/structs.h 2 additions, 2 deletionsinclude/net/sctp/structs.h
- net/sctp/sm_make_chunk.c 3 additions, 3 deletionsnet/sctp/sm_make_chunk.c
- net/sctp/sm_sideeffect.c 2 additions, 2 deletionsnet/sctp/sm_sideeffect.c
- net/sctp/sm_statefuns.c 5 additions, 7 deletionsnet/sctp/sm_statefuns.c
Loading
Please register or sign in to comment