sctp: remove the typedef sctp_ipv6addr_param_t
This patch is to remove the typedef sctp_ipv6addr_param_t, and replace with struct sctp_ipv6addr_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
a38905e6aa
commit
00987cc07e
@@ -279,10 +279,10 @@ struct sctp_ipv4addr_param {
|
||||
};
|
||||
|
||||
/* Section 3.3.2.1. IPv6 Address Parameter (6) */
|
||||
typedef struct sctp_ipv6addr_param {
|
||||
struct sctp_ipv6addr_param {
|
||||
struct sctp_paramhdr param_hdr;
|
||||
struct in6_addr addr;
|
||||
} sctp_ipv6addr_param_t;
|
||||
};
|
||||
|
||||
/* Section 3.3.2.1 Cookie Preservative (9) */
|
||||
typedef struct sctp_cookie_preserve_param {
|
||||
|
Reference in New Issue
Block a user