mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
netfilter: rpfilter/fib: clean up some inconsistent indenting
No functional modification involved. net/ipv4/netfilter/nft_fib_ipv4.c:141 nft_fib4_eval() warn: inconsistent indenting. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2733 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> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
8daa8fde3f
commit
971095c6fa
|
|
@ -138,12 +138,11 @@ void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs,
|
|||
break;
|
||||
}
|
||||
|
||||
if (!oif) {
|
||||
found = FIB_RES_DEV(res);
|
||||
if (!oif) {
|
||||
found = FIB_RES_DEV(res);
|
||||
} else {
|
||||
if (!fib_info_nh_uses_dev(res.fi, oif))
|
||||
return;
|
||||
|
||||
found = oif;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user