Skip to content

Commit

Permalink
net: dsa: Fix pharse -> phase typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vladimir Oltean authored and David S. Miller committed May 1, 2019
1 parent a658a3f commit 85478d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/dsa/switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static int dsa_port_vlan_check(struct dsa_switch *ds, int port,
if (!dp->bridge_dev)
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
* 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
Expand Down

0 comments on commit 85478d7

Please sign in to comment.