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


Groups > linux.kernel > #1675535

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

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

Show all headers | View raw


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.

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


Thread

[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

csiph-web