commit | bb96dec74543bb3ceb4ac5caf39341dadb4cb559 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Thu Aug 03 15:42:22 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 03 09:45:47 2017 -0700 |
tree | 3b8c5621ac489ae3581151062c46f36960f195a7 | |
parent | 96f7ef4d58100d7168e0c4d01a59fbd8589f5756 [diff] |
sctp: remove the typedef sctp_auth_chunk_t This patch is to remove the typedef sctp_auth_chunk_t, and replace with struct sctp_auth_chunk 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>