[PATCH v3] net/ibmveth: fix comment typos in ibmveth.c

Abhilekh Deka posted 1 patch 1 month, 3 weeks ago
drivers/net/ethernet/ibm/ibmveth.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
Posted by Abhilekh Deka 1 month, 3 weeks ago
Correct spelling mistakes in comments:
- Fix misspelling of gro_receive
- Fix misspelling of Partition

Signed-off-by: Abhilekh Deka <abhindeka@gmail.com>
---
 drivers/net/ethernet/ibm/ibmveth.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/ibm/ibmveth.c b/drivers/net/ethernet/ibm/ibmveth.c
index 3108bf50576f..b2a578e6ff31 100644
--- a/drivers/net/ethernet/ibm/ibmveth.c
+++ b/drivers/net/ethernet/ibm/ibmveth.c
@@ -355,7 +355,7 @@ static void ibmveth_replenish_buffer_pool(struct ibmveth_adapter *adapter,
 
 		/*
 		 * If multi rx buffers hcall is no longer supported by FW
-		 * e.g. in the case of Live Parttion Migration
+		 * e.g. in the case of Live Partition Migration
 		 */
 		if (batch > 1 && lpar_rc == H_FUNCTION) {
 			/*
@@ -480,7 +480,7 @@ static int ibmveth_remove_buffer_from_pool(struct ibmveth_adapter *adapter,
 	 */
 	if (!reuse) {
 		/* remove the skb pointer to mark free. actual freeing is done
-		 * by upper level networking after gro_recieve
+		 * by upper level networking after gro_receive
 		 */
 		adapter->rx_buff_pool[pool].skbuff[index] = NULL;
 
-- 
2.34.1
Re: [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
Posted by Dave Marquardt 1 month, 3 weeks ago
Abhilekh Deka <abhindeka@gmail.com> writes:

> Correct spelling mistakes in comments:
> - Fix misspelling of gro_receive
> - Fix misspelling of Partition
>
> Signed-off-by: Abhilekh Deka <abhindeka@gmail.com>
> ---
>  drivers/net/ethernet/ibm/ibmveth.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ethernet/ibm/ibmveth.c b/drivers/net/ethernet/ibm/ibmveth.c
> index 3108bf50576f..b2a578e6ff31 100644
> --- a/drivers/net/ethernet/ibm/ibmveth.c
> +++ b/drivers/net/ethernet/ibm/ibmveth.c
> @@ -355,7 +355,7 @@ static void ibmveth_replenish_buffer_pool(struct ibmveth_adapter *adapter,
>  
>  		/*
>  		 * If multi rx buffers hcall is no longer supported by FW
> -		 * e.g. in the case of Live Parttion Migration
> +		 * e.g. in the case of Live Partition Migration
>  		 */
>  		if (batch > 1 && lpar_rc == H_FUNCTION) {
>  			/*
> @@ -480,7 +480,7 @@ static int ibmveth_remove_buffer_from_pool(struct ibmveth_adapter *adapter,
>  	 */
>  	if (!reuse) {
>  		/* remove the skb pointer to mark free. actual freeing is done
> -		 * by upper level networking after gro_recieve
> +		 * by upper level networking after gro_receive
>  		 */
>  		adapter->rx_buff_pool[pool].skbuff[index] = NULL;

I'm not quite sure why this was a v3 of this patch, but anyway.

Reviewed-by: Dave Marquardt <davemarq@linux.ibm.com>
Re: [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
Posted by Christophe Leroy (CS GROUP) 1 month, 3 weeks ago

Le 24/02/2026 à 17:07, Dave Marquardt a écrit :
> Abhilekh Deka <abhindeka@gmail.com> writes:
> 
>> Correct spelling mistakes in comments:
>> - Fix misspelling of gro_receive
>> - Fix misspelling of Partition
>>
>> Signed-off-by: Abhilekh Deka <abhindeka@gmail.com>
>> ---
>>   drivers/net/ethernet/ibm/ibmveth.c | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/net/ethernet/ibm/ibmveth.c b/drivers/net/ethernet/ibm/ibmveth.c
>> index 3108bf50576f..b2a578e6ff31 100644
>> --- a/drivers/net/ethernet/ibm/ibmveth.c
>> +++ b/drivers/net/ethernet/ibm/ibmveth.c
>> @@ -355,7 +355,7 @@ static void ibmveth_replenish_buffer_pool(struct ibmveth_adapter *adapter,
>>   
>>   		/*
>>   		 * If multi rx buffers hcall is no longer supported by FW
>> -		 * e.g. in the case of Live Parttion Migration
>> +		 * e.g. in the case of Live Partition Migration
>>   		 */
>>   		if (batch > 1 && lpar_rc == H_FUNCTION) {
>>   			/*
>> @@ -480,7 +480,7 @@ static int ibmveth_remove_buffer_from_pool(struct ibmveth_adapter *adapter,
>>   	 */
>>   	if (!reuse) {
>>   		/* remove the skb pointer to mark free. actual freeing is done
>> -		 * by upper level networking after gro_recieve
>> +		 * by upper level networking after gro_receive
>>   		 */
>>   		adapter->rx_buff_pool[pool].skbuff[index] = NULL;
> 
> I'm not quite sure why this was a v3 of this patch, but anyway.
> 
> Reviewed-by: Dave Marquardt <davemarq@linux.ibm.com>
> 

I guess because there was a v2 5 minutes before with a misspelled 
subject "[PATCH v2] net/ibmveth: fix comment typos in imbveth.c"