diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-02-24 15:21:01 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-02-24 11:03:46 -0800 |
commit | f2ce925a7d63f9209249620dabe099f10a5cb38c (patch) | |
tree | 172db925d4009d654722d7adf3b3015ac4472547 /drivers/net/ethernet/mellanox | |
parent | 366ed1aca6e02a90eff5387bd6ace34eba7e64cf (diff) |
net/mlxfw: fix spelling mistake: "progamming" -> "programming"
There is a spelling mistake in a literal string. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox')
-rw-r--r-- | drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c b/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c index c7e882e..046a0cb 100644 --- a/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c +++ b/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c @@ -150,7 +150,7 @@ mlxfw_fsm_reactivate_err(struct mlxfw_dev *mlxfw_dev, MLXFW_REACT_ERR("device reset required", err); break; case MLXFW_FSM_REACTIVATE_STATUS_ERR_FW_PROGRAMMING_NEEDED: - MLXFW_REACT_ERR("fw progamming needed", err); + MLXFW_REACT_ERR("fw programming needed", err); break; case MLXFW_FSM_REACTIVATE_STATUS_FW_ALREADY_ACTIVATED: MLXFW_REACT_ERR("fw already activated", err); |