[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240312222334.28302-1-kendra.j.moore3443@gmail.com>
Date: Tue, 12 Mar 2024 18:23:34 -0400
From: Kendra Moore <kendra.j.moore3443@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Kendra Moore <kendra.j.moore3443@...il.com>
Subject: [PATCH] doc: Fix typo in drivers/net/ethernet/samsung/sxgbe/sxgbe_main
This patch corrects an error in a comment. "Supports" is
misspelled as "suppors".
No functional changes are made by this patch; it only improves
the accuracy and readability of the comment.
Signed-off-by: Kendra Moore <kendra.j.moore3443@...il.com>
---
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
index 71439825ea4e..8d8a733042ab 100644
--- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
+++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
@@ -555,7 +555,7 @@ static void free_tx_ring(struct device *dev, struct sxgbe_tx_queue *tx_ring,
* init_dma_desc_rings - init the RX/TX descriptor rings
* @netd: net device structure
* Description: this function initializes the DMA RX/TX descriptors
- * and allocates the socket buffers. It suppors the chained and ring
+ * and allocates the socket buffers. It supports the chained and ring
* modes.
*/
static int init_dma_desc_rings(struct net_device *netd)
--
2.34.1
Powered by blists - more mailing lists