Ido Schimmel
2022-Nov-10 08:54 UTC
[Bridge] [PATCH net-next] bridge: Add missing parentheses
No changes in generated code.
Reported-by: Petr Machata <petrm at nvidia.com>
Reviewed-by: Petr Machata <petrm at nvidia.com>
Signed-off-by: Ido Schimmel <idosch at nvidia.com>
---
net/bridge/br_input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/bridge/br_input.c b/net/bridge/br_input.c
index d04d2205ad4e..3027e8f6be15 100644
--- a/net/bridge/br_input.c
+++ b/net/bridge/br_input.c
@@ -121,7 +121,7 @@ int br_handle_frame_finish(struct net *net, struct sock *sk,
struct sk_buff *skb
test_bit(BR_FDB_LOCAL, &fdb_src->flags)) {
/* FDB mismatch. Drop the packet without roaming. */
goto drop;
- } else if test_bit(BR_FDB_LOCKED, &fdb_src->flags) {
+ } else if (test_bit(BR_FDB_LOCKED, &fdb_src->flags)) {
/* FDB match, but entry is locked. Refresh it and drop
* the packet.
*/
--
2.37.3
patchwork-bot+netdevbpf at kernel.org
2022-Nov-12 06:00 UTC
[Bridge] [PATCH net-next] bridge: Add missing parentheses
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba at kernel.org>: On Thu, 10 Nov 2022 10:54:22 +0200 you wrote:> No changes in generated code. > > Reported-by: Petr Machata <petrm at nvidia.com> > Reviewed-by: Petr Machata <petrm at nvidia.com> > Signed-off-by: Ido Schimmel <idosch at nvidia.com> > --- > net/bridge/br_input.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)Here is the summary with links: - [net-next] bridge: Add missing parentheses https://git.kernel.org/netdev/net-next/c/3e35f26d3397 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html