diff options
author | 2024-02-28 19:24:47 +0800 | |
---|---|---|
committer | 2024-02-29 12:35:45 +0100 | |
commit | 39de85775cfbd1da2c4f9523110cddb1eb4adcb7 (patch) | |
tree | 27b95ebc8112603310910e4e74e8a1121439cd7b | |
parent | ipv4: raw: remove useless input parameter in do_raw_set/getsockopt (diff) | |
download | wireguard-linux-39de85775cfbd1da2c4f9523110cddb1eb4adcb7.tar.xz wireguard-linux-39de85775cfbd1da2c4f9523110cddb1eb4adcb7.zip |
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@gmail.com>
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Link: https://lore.kernel.org/r/20240228112447.1490926-1-siyanteng@loongson.cn
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h b/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h index 358e7dcb6a9a..17d9120db5fe 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 |