diff options
Diffstat (limited to 'net/dsa/switch.c')
-rw-r--r-- | net/dsa/switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/switch.c b/net/dsa/switch.c index e1fae969aa73..fde4e9195709 100644 --- a/net/dsa/switch.c +++ b/net/dsa/switch.c | |||
@@ -196,7 +196,7 @@ static int dsa_port_vlan_check(struct dsa_switch *ds, int port, | |||
196 | if (!dp->bridge_dev) | 196 | if (!dp->bridge_dev) |
197 | return err; | 197 | return err; |
198 | 198 | ||
199 | /* dsa_slave_vlan_rx_{add,kill}_vid() cannot use the prepare pharse and | 199 | /* dsa_slave_vlan_rx_{add,kill}_vid() cannot use the prepare phase and |
200 | * already checks whether there is an overlapping bridge VLAN entry | 200 | * already checks whether there is an overlapping bridge VLAN entry |
201 | * with the same VID, so here we only need to check that if we are | 201 | * with the same VID, so here we only need to check that if we are |
202 | * adding a bridge VLAN entry there is not an overlapping VLAN device | 202 | * adding a bridge VLAN entry there is not an overlapping VLAN device |