[PATCH net-next] net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentation

Subsystems: ethernet bridge, networking [general], the rest

STALE2026d LANDED

Landed in mainline as 3e841bacf72f on 2021-01-27.

2 messages, 2 authors, 2021-01-27 · open the first message on its own page

[PATCH net-next] net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentation

From: Nikolay Aleksandrov <razor@blackwall.org>
Date: 2021-01-26 21:19:09

From: Nikolay Aleksandrov <redacted>

Fix the messed up indentation in br_multicast_eht_set_entry_lookup().

Fixes: baa74d39ca39 ("net: bridge: multicast: add EHT source set handling functions")
Reported-by: kernel test robot <redacted>
Signed-off-by: Nikolay Aleksandrov <redacted>
---
 net/bridge/br_multicast_eht.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/net/bridge/br_multicast_eht.c b/net/bridge/br_multicast_eht.c
index a4fa1760bc8a..ff9b3ba37cab 100644
--- a/net/bridge/br_multicast_eht.c
+++ b/net/bridge/br_multicast_eht.c
@@ -85,15 +85,15 @@ br_multicast_eht_set_entry_lookup(struct net_bridge_group_eht_set *eht_set,
 		struct net_bridge_group_eht_set_entry *this;
 		int result;
 
-	this = rb_entry(node, struct net_bridge_group_eht_set_entry,
-			rb_node);
-	result = memcmp(h_addr, &this->h_addr, sizeof(*h_addr));
-	if (result < 0)
-		node = node->rb_left;
-	else if (result > 0)
-		node = node->rb_right;
-	else
-		return this;
+		this = rb_entry(node, struct net_bridge_group_eht_set_entry,
+				rb_node);
+		result = memcmp(h_addr, &this->h_addr, sizeof(*h_addr));
+		if (result < 0)
+			node = node->rb_left;
+		else if (result > 0)
+			node = node->rb_right;
+		else
+			return this;
 	}
 
 	return NULL;
-- 
2.29.2

Re: [PATCH net-next] net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentation

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-01-27 07:23:59

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Mon, 25 Jan 2021 10:20:40 +0200 you wrote:
From: Nikolay Aleksandrov <redacted>

Fix the messed up indentation in br_multicast_eht_set_entry_lookup().

Fixes: baa74d39ca39 ("net: bridge: multicast: add EHT source set handling functions")
Reported-by: kernel test robot <redacted>
Signed-off-by: Nikolay Aleksandrov <redacted>

[...]
Here is the summary with links:
  - [net-next] net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentation
    https://git.kernel.org/netdev/net-next/c/3e841bacf72f

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help