Skip to content

Commit

Permalink
ravb: Fix typo AVB->DMAC
Browse files Browse the repository at this point in the history
Fix the typo AVB->DMAC in comment, as the code following the comment
is for DMAC on Gigabit Ethernet IP.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Suggested-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Biju Das authored and Jakub Kicinski committed Oct 13, 2021
1 parent 3d6b24a commit 9404092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/renesas/ravb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ static int ravb_dmac_init_gbeth(struct net_device *ndev)
/* Descriptor format */
ravb_ring_format(ndev, RAVB_BE);

/* Set AVB RX */
/* Set DMAC RX */
ravb_write(ndev, 0x60000000, RCR);

/* Set Max Frame Length (RTC) */
Expand Down

0 comments on commit 9404092

Please sign in to comment.