diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 53b6a4192b1..58810c65b63 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -317,7 +317,7 @@ failure:  }  static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, -		int type, int code, int offset, __be32 info) +		u8 type, u8 code, int offset, __be32 info)  {  	struct ipv6hdr *hdr = (struct ipv6hdr*)skb->data;  	const struct tcphdr *th = (struct tcphdr *)(skb->data+offset);  |