All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next] net: lpc_eth: fix trivial comment typo
@ 2018-11-20 17:30 Andrea Claudi
  2018-11-22  0:18 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Claudi @ 2018-11-20 17:30 UTC (permalink / raw)
  To: netdev, davem, vz

Fix comment typo rxfliterctrl -> rxfilterctrl

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
---
 drivers/net/ethernet/nxp/lpc_eth.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/nxp/lpc_eth.c b/drivers/net/ethernet/nxp/lpc_eth.c
index bd8695a4faaa..89d17399fb5a 100644
--- a/drivers/net/ethernet/nxp/lpc_eth.c
+++ b/drivers/net/ethernet/nxp/lpc_eth.c
@@ -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)
-- 
2.17.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 net-next] net: lpc_eth: fix trivial comment typo
  2018-11-20 17:30 [PATCH v2 net-next] net: lpc_eth: fix trivial comment typo Andrea Claudi
@ 2018-11-22  0:18 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-11-22  0:18 UTC (permalink / raw)
  To: aclaudi; +Cc: netdev, vz

From: Andrea Claudi <aclaudi@redhat.com>
Date: Tue, 20 Nov 2018 18:30:30 +0100

> Fix comment typo rxfliterctrl -> rxfilterctrl
> 
> Signed-off-by: Andrea Claudi <aclaudi@redhat.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-22 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-20 17:30 [PATCH v2 net-next] net: lpc_eth: fix trivial comment typo Andrea Claudi
2018-11-22  0:18 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.