public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/ibmveth: fix typo in ibmveth_remove_buffer_from_pool()
@ 2026-02-22  5:41 Abhilekh Deka
  2026-02-23 19:54 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Abhilekh Deka @ 2026-02-22  5:41 UTC (permalink / raw)
  To: davem, kuba, pabeni, nnac123
  Cc: maddy, mpe, linuxppc-dev, netdev, linux-kernel, Abhilekh Deka

Correct a typo in ibmveth_remove_buffer_from_pool()
where gro_receive is misspelled in a comment.

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

diff --git a/drivers/net/ethernet/ibm/ibmveth.c b/drivers/net/ethernet/ibm/ibmveth.c
index 3108bf50576f..3272134611c2 100644
--- a/drivers/net/ethernet/ibm/ibmveth.c
+++ b/drivers/net/ethernet/ibm/ibmveth.c
@@ -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] 2+ messages in thread

* Re: [PATCH] net/ibmveth: fix typo in ibmveth_remove_buffer_from_pool()
  2026-02-22  5:41 [PATCH] net/ibmveth: fix typo in ibmveth_remove_buffer_from_pool() Abhilekh Deka
@ 2026-02-23 19:54 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2026-02-23 19:54 UTC (permalink / raw)
  To: Abhilekh Deka
  Cc: davem, kuba, pabeni, nnac123, maddy, mpe, linuxppc-dev, netdev,
	linux-kernel

On Sun, Feb 22, 2026 at 11:11:17AM +0530, Abhilekh Deka wrote:
> Correct a typo in ibmveth_remove_buffer_from_pool()
> where gro_receive is misspelled in a comment.
> 
> Signed-off-by: Abhilekh Deka <abhindeka@gmail.com>

Hi,

Codespell notes that Partition is misspelt as Parttion in
the same file. Could you consider sending a v2 that fixes that too?

...

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

end of thread, other threads:[~2026-02-23 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-22  5:41 [PATCH] net/ibmveth: fix typo in ibmveth_remove_buffer_from_pool() Abhilekh Deka
2026-02-23 19:54 ` Simon Horman

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