Re: [PATCH] net: bridge: fix br_stp_enable_bridge comment

2016-07-25 Thread David Miller
From: Vivien Didelot Date: Thu, 21 Jul 2016 12:42:10 -0400 > br_stp_enable_bridge() does take the br->lock spinlock. Fix its wrongly > pasted comment and use the same as br_stp_disable_bridge(). > > Signed-off-by: Vivien Didelot Applied.

[PATCH] net: bridge: fix br_stp_enable_bridge comment

2016-07-21 Thread Vivien Didelot
br_stp_enable_bridge() does take the br->lock spinlock. Fix its wrongly pasted comment and use the same as br_stp_disable_bridge(). Signed-off-by: Vivien Didelot --- net/bridge/br_stp_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_