Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1675532 > unrolled thread

[PATCH][V2] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"

Started byColin King <colin.king@canonical.com>
First post2017-06-27 12:40 +0200
Last post2017-06-29 18:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH][V2] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement" Colin King <colin.king@canonical.com> - 2017-06-27 12:40 +0200
    Re: [PATCH][V2] net/mlx4: fix spelling mistake: "enforcment" ->  "enforcement" David Miller <davem@davemloft.net> - 2017-06-29 18:30 +0200

#1675532 — [PATCH][V2] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"

FromColin King <colin.king@canonical.com>
Date2017-06-27 12:40 +0200
Subject[PATCH][V2] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"
Message-ID<tWW4x-7Dy-1@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in mlx4_dbg debug message

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

diff --git a/drivers/net/ethernet/mellanox/mlx4/cmd.c b/drivers/net/ethernet/mellanox/mlx4/cmd.c
index c1af47e45d3f..9e4c142c7ecd 100644
--- a/drivers/net/ethernet/mellanox/mlx4/cmd.c
+++ b/drivers/net/ethernet/mellanox/mlx4/cmd.c
@@ -3280,7 +3280,7 @@ int mlx4_set_vf_link_state(struct mlx4_dev *dev, int port, int vf, int link_stat
 
 	if (mlx4_master_immediate_activate_vlan_qos(priv, slave, port))
 		mlx4_dbg(dev,
-			 "updating vf %d port %d no link state HW enforcment\n",
+			 "updating vf %d port %d no link state HW enforcement\n",
 			 vf, port);
 	return 0;
 }
-- 
2.11.0

[toc] | [next] | [standalone]


#1677924 — Re: [PATCH][V2] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"

FromDavid Miller <davem@davemloft.net>
Date2017-06-29 18:30 +0200
SubjectRe: [PATCH][V2] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"
Message-ID<tXKun-1qg-27@gated-at.bofh.it>
In reply to#1675532
From: Colin King <colin.king@canonical.com>
Date: Tue, 27 Jun 2017 11:36:49 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in mlx4_dbg debug message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to net-next.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web