]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net/ibmveth: fix comment typos in ibmveth.c
authorAbhilekh Deka <abhindeka@gmail.com>
Tue, 24 Feb 2026 15:36:01 +0000 (21:06 +0530)
committerJakub Kicinski <kuba@kernel.org>
Thu, 26 Feb 2026 03:23:04 +0000 (19:23 -0800)
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>
drivers/net/ethernet/ibm/ibmveth.c

index 6f0821f1e798a32b65df91efc243fa9150273440..745dc89f0e4970a990caaf82ae09fef1d325106e 100644 (file)
@@ -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;