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)
commitdba479f3d60a9d1f90458a4c6eb0754ecd22348c
tree1e763566b8507af0039d79fe893c7506c95bb9b8
parenteb97ad99f9edb827e34e32b117284265ef2bfc33
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