]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: fix br_stp_enable_bridge comment
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Thu, 21 Jul 2016 16:42:10 +0000 (12:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2016 17:30:03 +0000 (10:30 -0700)
commite100542f9c6e0e427a1633882b117defbdbc05b3
tree1e763566b8507af0039d79fe893c7506c95bb9b8
parent2dd7a7aca02b73f5cd87054018970b56ef59ddc1
net: bridge: fix br_stp_enable_bridge comment

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 <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_stp_if.c