From: Vladimir Oltean Date: Sun, 28 Apr 2019 18:45:42 +0000 (+0300) Subject: net: dsa: Fix pharse -> phase typo X-Git-Tag: v5.15~6431^2~75^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85478d73c911e3991c14c6d88b91b77455d2722d;p=platform%2Fkernel%2Flinux-starfive.git net: dsa: Fix pharse -> phase typo Signed-off-by: Vladimir Oltean Reviewed-by: Andrew Lunn Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/net/dsa/switch.c b/net/dsa/switch.c index e1fae96..fde4e91 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, 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