public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
@ 2026-02-24 15:36 Abhilekh Deka
  2026-02-24 16:07 ` Dave Marquardt
  2026-02-26  3:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Abhilekh Deka @ 2026-02-24 15:36 UTC (permalink / raw)
  To: davem, kuba, pabeni, nnac123
  Cc: maddy, mpe, linuxppc-dev, netdev, linux-kernel, Abhilekh Deka

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
  2026-02-24 15:36 [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c Abhilekh Deka
@ 2026-02-24 16:07 ` Dave Marquardt
  2026-02-24 16:11   ` Christophe Leroy (CS GROUP)
  2026-02-26  3:30 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 4+ messages in thread
From: Dave Marquardt @ 2026-02-24 16:07 UTC (permalink / raw)
  To: Abhilekh Deka
  Cc: davem, kuba, pabeni, nnac123, maddy, mpe, linuxppc-dev, netdev,
	linux-kernel

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
  2026-02-24 16:07 ` Dave Marquardt
@ 2026-02-24 16:11   ` Christophe Leroy (CS GROUP)
  0 siblings, 0 replies; 4+ messages in thread
From: Christophe Leroy (CS GROUP) @ 2026-02-24 16:11 UTC (permalink / raw)
  To: Dave Marquardt, Abhilekh Deka
  Cc: davem, kuba, pabeni, nnac123, maddy, mpe, linuxppc-dev, netdev,
	linux-kernel



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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
  2026-02-24 15:36 [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c Abhilekh Deka
  2026-02-24 16:07 ` Dave Marquardt
@ 2026-02-26  3:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-02-26  3:30 UTC (permalink / raw)
  To: Abhilekh Deka
  Cc: davem, kuba, pabeni, nnac123, maddy, mpe, linuxppc-dev, netdev,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 24 Feb 2026 21:06:01 +0530 you wrote:
> 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(-)

Here is the summary with links:
  - [v3] net/ibmveth: fix comment typos in ibmveth.c
    https://git.kernel.org/netdev/net-next/c/8debe7a22309

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-26  3:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24 15:36 [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c Abhilekh Deka
2026-02-24 16:07 ` Dave Marquardt
2026-02-24 16:11   ` Christophe Leroy (CS GROUP)
2026-02-26  3:30 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox