Skip to content

Commit 39de857

Browse files
Yanteng SiPaolo Abeni
authored andcommitted
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 <[email protected]> Signed-off-by: Yanteng Si <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 8b2b1e6 commit 39de857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
#define DMA_TBS_FTOV BIT(0)
9393
#define DMA_TBS_DEF_FTOS (DMA_TBS_FTOS | DMA_TBS_FTOV)
9494

95-
/* Following DMA defines are chanels oriented */
95+
/* Following DMA defines are channel-oriented */
9696
#define DMA_CHAN_BASE_ADDR 0x00001100
9797
#define DMA_CHAN_BASE_OFFSET 0x80
9898

0 commit comments

Comments
 (0)