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


Groups > linux.kernel > #1675488 > unrolled thread

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

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

Back to article view | Back to linux.kernel


Contents

  [PATCH] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement" Colin King <colin.king@canonical.com> - 2017-06-27 12:10 +0200
    Re: [PATCH] net/mlx4: fix spelling mistake: "enforcment" ->  "enforcement" Colin Ian King <colin.king@canonical.com> - 2017-06-27 12:40 +0200

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

FromColin King <colin.king@canonical.com>
Date2017-06-27 12:10 +0200
Subject[PATCH] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"
Message-ID<tWVBv-7pX-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 enforecment\n",
 			 vf, port);
 	return 0;
 }
-- 
2.11.0

[toc] | [next] | [standalone]


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

FromColin Ian King <colin.king@canonical.com>
Date2017-06-27 12:40 +0200
SubjectRe: [PATCH] net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"
Message-ID<tWW4x-7Dy-13@gated-at.bofh.it>
In reply to#1675488
On 27/06/17 11:33, Tariq Toukan wrote:
> 
> 
> On 27/06/2017 1:02 PM, Colin King wrote:
>> 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 enforecment\n",
> Hi Colin,
> You still have a typo. It's "enforcement".
>>                vf, port);
>>       return 0;
>>   }
>>
Doh, stupid me. V2 fixes this.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web