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

This patch is to remove the typedef sctp_sctphdr_t, and replace
with struct sctphdr 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
net/netfilter/ipset/ip_set_getport.c
net/netfilter/ipvs/ip_vs_core.c
net/netfilter/ipvs/ip_vs_proto_sctp.c
net/netfilter/nf_conntrack_proto_sctp.c
net/netfilter/nf_nat_proto_sctp.c
net/netfilter/xt_sctp.c