]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sctp: remove the typedef sctp_paramhdr_t
authorXin Long <lucien.xin@gmail.com>
Fri, 30 Jun 2017 03:52:16 +0000 (11:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 16:08:41 +0000 (09:08 -0700)
commit3c9187049214127d3401926b033d05eb75d69c39
tree0869a6eefe765652924cb68015be31b4812d40fe
parentec431c2cd55c4122e729b7dc45956653a038614b
sctp: remove the typedef sctp_paramhdr_t

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

It is also to fix some indents and  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/linux/sctp.h
include/net/sctp/sctp.h
include/net/sctp/structs.h
net/sctp/associola.c
net/sctp/auth.c
net/sctp/endpointola.c
net/sctp/sm_make_chunk.c
net/sctp/sm_statefuns.c
net/sctp/socket.c
net/sctp/stream.c