Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jiapeng Chong and committed by
David S. Miller
a92fb5c0 23fcb62b

+4 -4
+4 -4
net/ipv4/ip_gre.c
··· 189 189 } 190 190 191 191 #if IS_ENABLED(CONFIG_IPV6) 192 - if (tpi->proto == htons(ETH_P_IPV6) && 193 - !ip6_err_gen_icmpv6_unreach(skb, iph->ihl * 4 + tpi->hdr_len, 194 - type, data_len)) 195 - return 0; 192 + if (tpi->proto == htons(ETH_P_IPV6) && 193 + !ip6_err_gen_icmpv6_unreach(skb, iph->ihl * 4 + tpi->hdr_len, 194 + type, data_len)) 195 + return 0; 196 196 #endif 197 197 198 198 if (t->parms.iph.daddr == 0 ||