提交 d59da3fb 编写于 作者: A Andrea Claudi 提交者: David S. Miller

net: lpc_eth: fix trivial comment typo

Fix comment typo rxfliterctrl -> rxfilterctrl
Signed-off-by: NAndrea Claudi <aclaudi@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1e33f015
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
#define LPC_FCCR_MIRRORCOUNTERCURRENT(n) ((n) & 0xFFFF) #define LPC_FCCR_MIRRORCOUNTERCURRENT(n) ((n) & 0xFFFF)
/* /*
* rxfliterctrl, rxfilterwolstatus, and rxfilterwolclear shared * rxfilterctrl, rxfilterwolstatus, and rxfilterwolclear shared
* register definitions * register definitions
*/ */
#define LPC_RXFLTRW_ACCEPTUNICAST (1 << 0) #define LPC_RXFLTRW_ACCEPTUNICAST (1 << 0)
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
#define LPC_RXFLTRW_ACCEPTPERFECT (1 << 5) #define LPC_RXFLTRW_ACCEPTPERFECT (1 << 5)
/* /*
* rxfliterctrl register definitions * rxfilterctrl register definitions
*/ */
#define LPC_RXFLTRWSTS_MAGICPACKETENWOL (1 << 12) #define LPC_RXFLTRWSTS_MAGICPACKETENWOL (1 << 12)
#define LPC_RXFLTRWSTS_RXFILTERENWOL (1 << 13) #define LPC_RXFLTRWSTS_RXFILTERENWOL (1 << 13)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册