netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] eth: fealnx: fix typo in comment
@ 2025-10-04 12:59 Denis Benato
  2025-10-04 16:08 ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Benato @ 2025-10-04 12:59 UTC (permalink / raw)
  To: linux-kernel
  Cc: netdev, Denis Benato, Ingo Molnar, Thomas Gleixner, Paolo Abeni,
	Jakub Kicinski, Eric Dumazet, David S. Miller, Andrew Lunn

There is a typo in a comment containing "avilable":
replace it with "available".

Signed-off-by: Denis Benato <benato.denis96@gmail.com>
---
 drivers/net/ethernet/fealnx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/fealnx.c b/drivers/net/ethernet/fealnx.c
index 6ac8547ef9b8..bf72fe6ca187 100644
--- a/drivers/net/ethernet/fealnx.c
+++ b/drivers/net/ethernet/fealnx.c
@@ -196,7 +196,7 @@ enum intr_status_bits {
 	ERI = 0x00000080,	/* receive early int */
 	CNTOVF = 0x00000040,	/* counter overflow */
 	RBU = 0x00000020,	/* receive buffer unavailable */
-	TBU = 0x00000010,	/* transmit buffer unavilable */
+	TBU = 0x00000010,	/* transmit buffer unavailable */
 	TI = 0x00000008,	/* transmit interrupt */
 	RI = 0x00000004,	/* receive interrupt */
 	RxErr = 0x00000002,	/* receive error */
-- 
2.51.0


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

end of thread, other threads:[~2025-10-04 20:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-04 12:59 [PATCH] eth: fealnx: fix typo in comment Denis Benato
2025-10-04 16:08 ` Simon Horman
2025-10-04 20:16   ` Denis Benato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).