angler-fishThe Vulnerability History Project

sctp: remove the typedef sctp_chunkhdr_t

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

It is also to fix some indents and use sizeof(variable) instead
of sizeof(type)., especially in sctp_new.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
    
commit 922dbc5be2186659d2c453a53f2ae569e55b6101
+17 -17
+1 -1
+2 -2
+3 -3
+13 -16
+2 -2
+10 -10
+7 -8
+9 -8
+3 -2
+34 -33
+1 -1
expand_less