All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ravb: Remove extra TAB
@ 2021-07-21 18:21 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:21 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski
  Cc: Biju Das, Sergei Shtylyov, Geert Uytterhoeven, Florian Fainelli,
	Sergey Shtylyov, Adam Ford, netdev, linux-renesas-soc,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad

Align the member description comments for struct ravb_desc by
removing the extra TAB.

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.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/renesas/ravb.h b/drivers/net/ethernet/renesas/ravb.h
index 86a1eb0634e8..80e62ca2e3d3 100644
--- a/drivers/net/ethernet/renesas/ravb.h
+++ b/drivers/net/ethernet/renesas/ravb.h
@@ -864,7 +864,7 @@ enum GECMR_BIT {
 
 /* The Ethernet AVB descriptor definitions. */
 struct ravb_desc {
-	__le16 ds;		/* Descriptor size */
+	__le16 ds;	/* Descriptor size */
 	u8 cc;		/* Content control MSBs (reserved) */
 	u8 die_dt;	/* Descriptor interrupt enable and type */
 	__le32 dptr;	/* Descriptor pointer */
-- 
2.17.1


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

* Re: [PATCH] ravb: Remove extra TAB
  2021-07-21 18:21 [PATCH] ravb: Remove extra TAB 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, Florian Fainelli, Sergey Shtylyov, Adam Ford,
	netdev, linux-renesas-soc, Chris Paterson, Biju Das,
	Prabhakar Mahadev Lad

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

> Align the member description comments for struct ravb_desc by
> removing the extra TAB.
> 
> 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: Remove extra TAB
  2021-07-21 18:21 [PATCH] ravb: Remove extra TAB 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, f.fainelli,
	s.shtylyov, aford173, 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:21:26 +0100 you wrote:
> Align the member description comments for struct ravb_desc by
> removing the extra TAB.
> 
> 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.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - ravb: Remove extra TAB
    https://git.kernel.org/netdev/net/c/9f061b9acbb0

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:21 [PATCH] ravb: Remove extra TAB Biju Das
2021-07-21 20:16 ` Sergei Shtylyov
2021-07-22  6:20 ` patchwork-bot+netdevbpf

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.