Skip to content

Commit e900274

Browse files
tititiou36davem330
authored andcommitted
ipvlan: Fix a typo in a comment
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>
1 parent 2ffca83 commit e900274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/ipvlan/ipvlan_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ int ipvlan_link_new(struct net *src_net, struct net_device *dev,
601601
port->dev_id_start = 0x1;
602602

603603
/* Since L2 address is shared among all IPvlan slaves including
604-
* master, use unique 16 bit dev-ids to diffentiate among them.
604+
* master, use unique 16 bit dev-ids to differentiate among them.
605605
* Assign IDs between 0x1 and 0xFFFE (used by the master) to each
606606
* slave link [see addrconf_ifid_eui48()].
607607
*/

0 commit comments

Comments
 (0)