linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] net/mlxfw: fix spelling mistake: "progamming" -> "programming"
@ 2020-02-24 15:21 Colin King
  2020-02-24 15:34 ` Jiri Pirko
  2020-02-24 19:04 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-02-24 15:21 UTC (permalink / raw)
  To: mlxsw, David S . Miller, netdev; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a literal string. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c b/drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c
index c7e882eb8f35..046a0cb82ed8 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);
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] net/mlxfw: fix spelling mistake: "progamming" -> "programming"
  2020-02-24 15:21 [PATCH][next] net/mlxfw: fix spelling mistake: "progamming" -> "programming" Colin King
@ 2020-02-24 15:34 ` Jiri Pirko
  2020-02-24 19:04 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Pirko @ 2020-02-24 15:34 UTC (permalink / raw)
  To: Colin King; +Cc: mlxsw, David S . Miller, netdev, kernel-janitors, linux-kernel

Mon, Feb 24, 2020 at 04:21:01PM CET, colin.king@canonical.com wrote:
>From: Colin Ian King <colin.king@canonical.com>
>
>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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] net/mlxfw: fix spelling mistake: "progamming" -> "programming"
  2020-02-24 15:21 [PATCH][next] net/mlxfw: fix spelling mistake: "progamming" -> "programming" Colin King
  2020-02-24 15:34 ` Jiri Pirko
@ 2020-02-24 19:04 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-02-24 19:04 UTC (permalink / raw)
  To: colin.king; +Cc: mlxsw, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Mon, 24 Feb 2020 15:21:01 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a literal string. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks Colin.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-24 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24 15:21 [PATCH][next] net/mlxfw: fix spelling mistake: "progamming" -> "programming" Colin King
2020-02-24 15:34 ` Jiri Pirko
2020-02-24 19:04 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).