Skip to content

Commit

Permalink
net: lpc_eth: fix trivial comment typo
Browse files Browse the repository at this point in the history
Fix comment typo rxfliterctrl -> rxfilterctrl

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andrea Claudi authored and David S. Miller committed Nov 22, 2018
1 parent 1e33f01 commit d59da3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/nxp/lpc_eth.c
Original file line number Diff line number Diff line change
@@ -280,7 +280,7 @@
#define LPC_FCCR_MIRRORCOUNTERCURRENT(n) ((n) & 0xFFFF)

/*
* rxfliterctrl, rxfilterwolstatus, and rxfilterwolclear shared
* rxfilterctrl, rxfilterwolstatus, and rxfilterwolclear shared
* register definitions
*/
#define LPC_RXFLTRW_ACCEPTUNICAST (1 << 0)
@@ -291,7 +291,7 @@
#define LPC_RXFLTRW_ACCEPTPERFECT (1 << 5)

/*
* rxfliterctrl register definitions
* rxfilterctrl register definitions
*/
#define LPC_RXFLTRWSTS_MAGICPACKETENWOL (1 << 12)
#define LPC_RXFLTRWSTS_RXFILTERENWOL (1 << 13)

0 comments on commit d59da3f

Please sign in to comment.