Skip to content

Commit

Permalink
net: ethernet: ti: fix spelling mistake "rundom" -> "random"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Mar 30, 2020
1 parent aba6d49 commit 76dcbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ti/am65-cpsw-nuss.c
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ static int am65_cpsw_nuss_init_slave_ports(struct am65_cpsw_common *common)
port->slave.mac_addr) ||
!is_valid_ether_addr(port->slave.mac_addr)) {
random_ether_addr(port->slave.mac_addr);
dev_err(dev, "Use rundom MAC address\n");
dev_err(dev, "Use random MAC address\n");
}
}
of_node_put(node);
Expand Down

0 comments on commit 76dcbd2

Please sign in to comment.