Skip to content

Commit

Permalink
net: systemport: fix spelling mistake: "asymetric" -> "asymmetric"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in netdev_warn warning message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Apr 30, 2018
1 parent e8238fc commit 14b7dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/broadcom/bcmsysport.c
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ static int bcm_sysport_map_queues(struct notifier_block *nb,

if (priv->per_port_num_tx_queues &&
priv->per_port_num_tx_queues != num_tx_queues)
netdev_warn(slave_dev, "asymetric number of per-port queues\n");
netdev_warn(slave_dev, "asymmetric number of per-port queues\n");

priv->per_port_num_tx_queues = num_tx_queues;

Expand Down

0 comments on commit 14b7dc1

Please sign in to comment.