Re: [PATCH 11/17] drivers: infiniband: Fix trivial spelling

From: Kieran Bingham
Date: Tue Jun 09 2020 - 12:04:13 EST


Ooops,

Looks like that should have been part of patch 2/17.

Must have got split during the rebase I made or something, not sure.

On 09/06/2020 16:54, Dennis Dalessandro wrote:
> On 6/9/2020 8:46 AM, Kieran Bingham wrote:
>> The word 'descriptor' is misspelled throughout the tree.
>>
>> Fix it up accordingly:
>> ÂÂÂÂ decriptors -> descriptors
>>
>> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx>
>> ---
>> Â drivers/infiniband/hw/hfi1/ipoib_tx.c | 2 +-
>> Â 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/infiniband/hw/hfi1/ipoib_tx.c
>> b/drivers/infiniband/hw/hfi1/ipoib_tx.c
>> index 883cb9d48022..175290c56db9 100644
>> --- a/drivers/infiniband/hw/hfi1/ipoib_tx.c
>> +++ b/drivers/infiniband/hw/hfi1/ipoib_tx.c
>> @@ -364,7 +364,7 @@ static struct ipoib_txreq
>> *hfi1_ipoib_send_dma_common(struct net_device *dev,
>> ÂÂÂÂÂ if (unlikely(!tx))
>> ÂÂÂÂÂÂÂÂÂ return ERR_PTR(-ENOMEM);
>> Â -ÂÂÂ /* so that we can test if the sdma decriptors are there */
>> +ÂÂÂ /* so that we can test if the sdma descriptors are there */
>> ÂÂÂÂÂ tx->txreq.num_desc = 0;
>> ÂÂÂÂÂ tx->priv = priv;
>> ÂÂÂÂÂ tx->txq = txp->txq;
>>
>
> Thanks
>
> Acked-by: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>

Thanks.

Kieran