mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
netfilter: bridge: clean up some inconsistent indenting
Eliminate the follow smatch warning: net/bridge/netfilter/nf_conntrack_bridge.c:385 nf_ct_bridge_confirm() warn: inconsistent indenting. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Florian Westphal <fw@strlen.de>
This commit is contained in:
parent
1918ace138
commit
334ff12284
@ -380,7 +380,7 @@ static unsigned int nf_ct_bridge_confirm(struct sk_buff *skb)
|
||||
protoff = skb_network_offset(skb) + ip_hdrlen(skb);
|
||||
break;
|
||||
case htons(ETH_P_IPV6): {
|
||||
unsigned char pnum = ipv6_hdr(skb)->nexthdr;
|
||||
unsigned char pnum = ipv6_hdr(skb)->nexthdr;
|
||||
__be16 frag_off;
|
||||
|
||||
protoff = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &pnum,
|
||||
|
Loading…
Reference in New Issue
Block a user