commit | e61e4055b165f4c645ce2a85890b313abf841f67 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Thu Aug 03 15:42:09 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 03 09:45:46 2017 -0700 |
tree | 75bb8e2605edf5e479f09379316534ab63014d56 | |
parent | ddb0804206e818b2823c0622ecc53bbdbd6f9307 [diff] |
sctp: remove the typedef sctp_shutdownhdr_t This patch is to remove the typedef sctp_shutdownhdr_t, and replace with struct sctp_shutdownhdr 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>