netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2] eth: fealnx: fix typo in comments
@ 2025-10-13 18:36 Denis Benato
  2025-10-14 12:28 ` Simon Horman
  2025-10-15  2:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Denis Benato @ 2025-10-13 18:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: netdev, Ingo Molnar, Thomas Gleixner, Paolo Abeni, Jakub Kicinski,
	Eric Dumazet, David S. Miller, Andrew Lunn, Simon Horman,
	Denis Benato

There are a few typos in comments:
 - replace "avilable" with "available"
 - replace "mutlicast" with "multicast"

Signed-off-by: Denis Benato <benato.denis96@gmail.com>
---
v2:
  - also fix "mutlicast"
  - tag for net-next
---
 drivers/net/ethernet/fealnx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/fealnx.c b/drivers/net/ethernet/fealnx.c
index 6ac8547ef9b8..3c9961806f75 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 */
@@ -215,7 +215,7 @@ enum rx_mode_bits {
 	CR_W_RXMODEMASK	= 0x000000e0,
 	CR_W_PROM	= 0x00000080,	/* promiscuous mode */
 	CR_W_AB		= 0x00000040,	/* accept broadcast */
-	CR_W_AM		= 0x00000020,	/* accept mutlicast */
+	CR_W_AM		= 0x00000020,	/* accept multicast */
 	CR_W_ARP	= 0x00000008,	/* receive runt pkt */
 	CR_W_ALP	= 0x00000004,	/* receive long pkt */
 	CR_W_SEP	= 0x00000002,	/* receive error pkt */
-- 
2.51.0


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

* Re: [PATCH net-next v2] eth: fealnx: fix typo in comments
  2025-10-13 18:36 [PATCH net-next v2] eth: fealnx: fix typo in comments Denis Benato
@ 2025-10-14 12:28 ` Simon Horman
  2025-10-15  2:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2025-10-14 12:28 UTC (permalink / raw)
  To: Denis Benato
  Cc: linux-kernel, netdev, Ingo Molnar, Thomas Gleixner, Paolo Abeni,
	Jakub Kicinski, Eric Dumazet, David S. Miller, Andrew Lunn

On Mon, Oct 13, 2025 at 08:36:32PM +0200, Denis Benato wrote:
> There are a few typos in comments:
>  - replace "avilable" with "available"
>  - replace "mutlicast" with "multicast"
> 
> Signed-off-by: Denis Benato <benato.denis96@gmail.com>
> ---
> v2:
>   - also fix "mutlicast"
>   - tag for net-next

Thanks for the update.

Reviewed-by: Simon Horman <horms@kernel.org>


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

* Re: [PATCH net-next v2] eth: fealnx: fix typo in comments
  2025-10-13 18:36 [PATCH net-next v2] eth: fealnx: fix typo in comments Denis Benato
  2025-10-14 12:28 ` Simon Horman
@ 2025-10-15  2:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-10-15  2:30 UTC (permalink / raw)
  To: Denis Benato
  Cc: linux-kernel, netdev, mingo, tglx, pabeni, kuba, edumazet, davem,
	andrew+netdev, horms

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 13 Oct 2025 20:36:32 +0200 you wrote:
> There are a few typos in comments:
>  - replace "avilable" with "available"
>  - replace "mutlicast" with "multicast"
> 
> Signed-off-by: Denis Benato <benato.denis96@gmail.com>
> ---
> v2:
>   - also fix "mutlicast"
>   - tag for net-next
> 
> [...]

Here is the summary with links:
  - [net-next,v2] eth: fealnx: fix typo in comments
    https://git.kernel.org/netdev/net-next/c/c3527eeb65cf

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-10-15  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-13 18:36 [PATCH net-next v2] eth: fealnx: fix typo in comments Denis Benato
2025-10-14 12:28 ` Simon Horman
2025-10-15  2:30 ` patchwork-bot+netdevbpf

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).