From: Abhilekh Deka Date: Tue, 24 Feb 2026 15:36:01 +0000 (+0530) Subject: net/ibmveth: fix comment typos in ibmveth.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8debe7a22309497f42fb963494833b9abd446328;p=thirdparty%2Flinux.git 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 Reviewed-by: Dave Marquardt Link: https://patch.msgid.link/20260224153601.17534-1-abhindeka@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/ibm/ibmveth.c b/drivers/net/ethernet/ibm/ibmveth.c index 6f0821f1e798a..745dc89f0e497 100644 --- a/drivers/net/ethernet/ibm/ibmveth.c +++ b/drivers/net/ethernet/ibm/ibmveth.c @@ -355,7 +355,7 @@ hcall_failure: /* * 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;