diff mbox series

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

Message ID 20200609124610.3445662-12-kieran.bingham+renesas@ideasonboard.com (mailing list archive)
State Awaiting Upstream
Delegated to: Geert Uytterhoeven
Headers show
Series spelling.txt: /decriptors/descriptors/ | expand

Commit Message

Kieran Bingham June 9, 2020, 12:46 p.m. UTC
The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/infiniband/hw/hfi1/ipoib_tx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dennis Dalessandro June 9, 2020, 3:54 p.m. UTC | #1
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@ideasonboard.com>
> ---
>   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@intel.com>
Kieran Bingham June 9, 2020, 4:04 p.m. UTC | #2
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@ideasonboard.com>
>> ---
>>   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@intel.com>

Thanks.

Kieran
diff mbox series

Patch

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;