commit | 8b32f2348a0441ef202562618b13d1bb494f3a47 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Thu Aug 03 15:42:18 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 03 09:45:47 2017 -0700 |
tree | d72e4c4f0119ab2b30c83b71d69a2d020156458d | |
parent | 05b25d0ba68d5b6d5d06f7c6cc3fec49ffa2df38 [diff] |
sctp: remove the typedef sctp_addip_param_t This patch is to remove the typedef sctp_addip_param_t, and replace with struct sctp_addip_param in the places where it's using this typedef. It is to use sizeof(variable) instead of sizeof(type), and also fix some indent problems. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>