commit | c488b7704ed0eed18e11f9b685931558735f2a68 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Aug 11 10:23:53 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 11 10:02:44 2017 -0700 |
tree | 5999ae34785cb87cdb0837e41db3df494bfcb54c | |
parent | a85bbeb221d860097859f110ba1321f2b0653f07 [diff] |
sctp: remove the typedef sctp_arg_t This patch is to remove the typedef sctp_arg_t, and replace with union sctp_arg in the places where it's using this typedef. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>