mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
net: lpc_eth: fix trivial comment typo
Fix comment typo rxfliterctrl -> rxfilterctrl Signed-off-by: Andrea Claudi <aclaudi@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1e33f01599
commit
d59da3fbfe
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue