[PATCH] doc: Fix typo in drivers/net/ethernet/samsung/sxgbe/sxgbe_main

Kendra Moore posted 1 patch 1 year, 11 months ago
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] doc: Fix typo in drivers/net/ethernet/samsung/sxgbe/sxgbe_main
Posted by Kendra Moore 1 year, 11 months ago
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@gmail.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