net/ibmveth: fix comment typos in ibmveth.c

Correct spelling mistakes in comments:
- Fix misspelling of gro_receive
- Fix misspelling of Partition

Signed-off-by: Abhilekh Deka <abhindeka@gmail.com>
Reviewed-by: Dave Marquardt <davemarq@linux.ibm.com>
Link: https://patch.msgid.link/20260224153601.17534-1-abhindeka@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Abhilekh Deka 2026-02-24 21:06:01 +05:30 committed by Jakub Kicinski
parent 45ce4b753a
commit 8debe7a223

View File

@ -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;