netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ravb: Fix a typo in comment
@ 2021-07-21 18:17 Biju Das
  2021-07-21 20:16 ` Sergei Shtylyov
  2021-07-22  6:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Biju Das @ 2021-07-21 18:17 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski
  Cc: Biju Das, Sergei Shtylyov, Geert Uytterhoeven, Andrew Lunn,
	Adam Ford, Yoshihiro Shimoda, Sergey Shtylyov, Rikard Falkeborn,
	Yuusuke Ashizuka, Yang Yingliang, netdev, linux-renesas-soc,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad

Fix the typo RX->TX in comment, as the code following the comment
process TX and not RX.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 drivers/net/ethernet/renesas/ravb_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/renesas/ravb_main.c b/drivers/net/ethernet/renesas/ravb_main.c
index 69c50f81e1cb..805397088850 100644
--- a/drivers/net/ethernet/renesas/ravb_main.c
+++ b/drivers/net/ethernet/renesas/ravb_main.c
@@ -920,7 +920,7 @@ static int ravb_poll(struct napi_struct *napi, int budget)
 	if (ravb_rx(ndev, &quota, q))
 		goto out;
 
-	/* Processing RX Descriptor Ring */
+	/* Processing TX Descriptor Ring */
 	spin_lock_irqsave(&priv->lock, flags);
 	/* Clear TX interrupt */
 	ravb_write(ndev, ~(mask | TIS_RESERVED), TIS);
-- 
2.17.1


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

* Re: [PATCH] ravb: Fix a typo in comment
  2021-07-21 18:17 [PATCH] ravb: Fix a typo in comment Biju Das
@ 2021-07-21 20:16 ` Sergei Shtylyov
  2021-07-22  6:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2021-07-21 20:16 UTC (permalink / raw)
  To: Biju Das, David S. Miller, Jakub Kicinski
  Cc: Geert Uytterhoeven, Andrew Lunn, Adam Ford, Yoshihiro Shimoda,
	Sergey Shtylyov, Rikard Falkeborn, Yuusuke Ashizuka,
	Yang Yingliang, netdev, linux-renesas-soc, Chris Paterson,
	Biju Das, Prabhakar Mahadev Lad

Hello!

On 7/21/21 9:17 PM, Biju Das wrote:

> Fix the typo RX->TX in comment, as the code following the comment
> process TX and not RX.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Sergei Shtylyov <sergei.shtylyov@gmail.com>

MBR, Sergei

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

* Re: [PATCH] ravb: Fix a typo in comment
  2021-07-21 18:17 [PATCH] ravb: Fix a typo in comment Biju Das
  2021-07-21 20:16 ` Sergei Shtylyov
@ 2021-07-22  6:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-07-22  6:20 UTC (permalink / raw)
  To: Biju Das
  Cc: davem, kuba, sergei.shtylyov, geert+renesas, andrew, aford173,
	yoshihiro.shimoda.uh, s.shtylyov, rikard.falkeborn, ashiduka,
	yangyingliang, netdev, linux-renesas-soc, Chris.Paterson2,
	biju.das, prabhakar.mahadev-lad.rj

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Wed, 21 Jul 2021 19:17:21 +0100 you wrote:
> Fix the typo RX->TX in comment, as the code following the comment
> process TX and not RX.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>  drivers/net/ethernet/renesas/ravb_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - ravb: Fix a typo in comment
    https://git.kernel.org/netdev/net/c/291d0a2c1fa6

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:[~2021-07-22  6:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 18:17 [PATCH] ravb: Fix a typo in comment Biju Das
2021-07-21 20:16 ` Sergei Shtylyov
2021-07-22  6:20 ` 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).