]> git.itanic.dy.fi Git - linux-stable/commitdiff
ipvlan: Fix a typo in a comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 5 Jan 2024 09:27:08 +0000 (10:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Jan 2024 22:32:48 +0000 (22:32 +0000)
s/diffentiate/differentiate/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_main.c

index f28fd7b6b708ef23b0f60e2da3a1a1b3df587dfe..e080e4fc41e482c002cda7a1f81b5ded4c600f4f 100644 (file)
@@ -601,7 +601,7 @@ int ipvlan_link_new(struct net *src_net, struct net_device *dev,
                port->dev_id_start = 0x1;
 
        /* Since L2 address is shared among all IPvlan slaves including
-        * master, use unique 16 bit dev-ids to diffentiate among them.
+        * master, use unique 16 bit dev-ids to differentiate among them.
         * Assign IDs between 0x1 and 0xFFFE (used by the master) to each
         * slave link [see addrconf_ifid_eui48()].
         */