sctp: remove the typedef sctp_ipv4addr_param_t
This patch is to remove the typedef sctp_ipv4addr_param_t, and replace with struct sctp_ipv4addr_param 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>
This commit is contained in:
committed by
David S. Miller
parent
aed20a53a7
commit
a38905e6aa
@@ -292,7 +292,7 @@ static void sctp_v4_from_addr_param(union sctp_addr *addr,
|
||||
static int sctp_v4_to_addr_param(const union sctp_addr *addr,
|
||||
union sctp_addr_param *param)
|
||||
{
|
||||
int length = sizeof(sctp_ipv4addr_param_t);
|
||||
int length = sizeof(struct sctp_ipv4addr_param);
|
||||
|
||||
param->v4.param_hdr.type = SCTP_PARAM_IPV4_ADDRESS;
|
||||
param->v4.param_hdr.length = htons(length);
|
||||
|
||||
Reference in New Issue
Block a user