diff options
author | Vladimir Oltean <olteanv@gmail.com> | 2019-04-28 14:45:42 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-30 23:05:28 -0400 |
commit | 85478d73c911e3991c14c6d88b91b77455d2722d (patch) | |
tree | b901ee1ac16f7b3490bb726fc18ebba1f69049eb /net/dsa/switch.c | |
parent | a658a3f2ecbabba60dafa9ba94f12fc25c18474f (diff) |
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>
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 |