[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240228112447.1490926-1-siyanteng@loongson.cn>
Date: Wed, 28 Feb 2024 19:24:47 +0800
From: Yanteng Si <siyanteng@...ngson.cn>
To: andrew@...n.ch,
alexandre.torgue@...s.st.com
Cc: kuba@...nel.org,
joabreu@...opsys.com,
davem@...emloft.net,
horms@...nel.org,
fancer.lancer@...il.com,
netdev@...r.kernel.org,
Yanteng Si <siyanteng@...ngson.cn>
Subject: [PATCH net-next v2] net: stmmac: fix typo in comment
This is just a trivial fix for a typo in a comment, no functional
changes.
Reviewed-by: Serge Semin <fancer.lancer@...il.com>
Signed-off-by: Yanteng Si <siyanteng@...ngson.cn>
---
Drop fix tag and pick Serge's Reviewed-by tag.
"channels oriented" -> "channel-oriented"
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h b/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h
index 358e7dcb6a9a..9d640ba5c323 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h
@@ -92,7 +92,7 @@
#define DMA_TBS_FTOV BIT(0)
#define DMA_TBS_DEF_FTOS (DMA_TBS_FTOS | DMA_TBS_FTOV)
-/* Following DMA defines are chanels oriented */
+/* Following DMA defines are channel-oriented */
#define DMA_CHAN_BASE_ADDR 0x00001100
#define DMA_CHAN_BASE_OFFSET 0x80
--
2.31.4
Powered by blists - more mailing lists