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


Groups > linux.kernel > #1675532

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

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH][V2] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"
Date 2017-06-27 12:40 +0200
Message-ID <tWW4x-7Dy-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web