From: Abhilekh Deka <abhindeka@gmail.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
nnac123@linux.ibm.com
Cc: maddy@linux.ibm.com, mpe@ellerman.id.au,
linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, Abhilekh Deka <abhindeka@gmail.com>
Subject: [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
Date: Tue, 24 Feb 2026 21:06:01 +0530 [thread overview]
Message-ID: <20260224153601.17534-1-abhindeka@gmail.com> (raw)
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
next reply other threads:[~2026-02-24 15:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-24 15:36 Abhilekh Deka [this message]
2026-02-24 16:07 ` [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c Dave Marquardt
2026-02-24 16:11 ` Christophe Leroy (CS GROUP)
2026-02-26 3:30 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260224153601.17534-1-abhindeka@gmail.com \
--to=abhindeka@gmail.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=maddy@linux.ibm.com \
--cc=mpe@ellerman.id.au \
--cc=netdev@vger.kernel.org \
--cc=nnac123@linux.ibm.com \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox