mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 10:49:28 +00:00
net: dsa: Fix pharse -> phase typo
Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a658a3f2ec
commit
85478d73c9
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ static int dsa_port_vlan_check(struct dsa_switch *ds, int port,
|
||||||
if (!dp->bridge_dev)
|
if (!dp->bridge_dev)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
/* dsa_slave_vlan_rx_{add,kill}_vid() cannot use the prepare pharse and
|
/* dsa_slave_vlan_rx_{add,kill}_vid() cannot use the prepare phase and
|
||||||
* already checks whether there is an overlapping bridge VLAN entry
|
* already checks whether there is an overlapping bridge VLAN entry
|
||||||
* with the same VID, so here we only need to check that if we are
|
* with the same VID, so here we only need to check that if we are
|
||||||
* adding a bridge VLAN entry there is not an overlapping VLAN device
|
* adding a bridge VLAN entry there is not an overlapping VLAN device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue