mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
ip_gre: clean up some inconsistent indenting
No functional modification involved. net/ipv4/ip_gre.c:192 ipgre_err() warn: inconsistent indenting. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5375 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
23fcb62bc1
commit
a92fb5c034
@ -189,10 +189,10 @@ static int ipgre_err(struct sk_buff *skb, u32 info,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if IS_ENABLED(CONFIG_IPV6)
|
#if IS_ENABLED(CONFIG_IPV6)
|
||||||
if (tpi->proto == htons(ETH_P_IPV6) &&
|
if (tpi->proto == htons(ETH_P_IPV6) &&
|
||||||
!ip6_err_gen_icmpv6_unreach(skb, iph->ihl * 4 + tpi->hdr_len,
|
!ip6_err_gen_icmpv6_unreach(skb, iph->ihl * 4 + tpi->hdr_len,
|
||||||
type, data_len))
|
type, data_len))
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (t->parms.iph.daddr == 0 ||
|
if (t->parms.iph.daddr == 0 ||
|
||||||
|
Loading…
Reference in New Issue
Block a user