* [PATCH] ethernet: chelsio: fix a typo
@ 2024-09-15 12:52 Andrew Kreimer
2024-09-15 12:56 ` Christophe JAILLET
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Kreimer @ 2024-09-15 12:52 UTC (permalink / raw)
To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: netdev, linux-kernel, kernel-janitors, Andrew Kreimer,
Matthew Wilcox
Fix a typo in comments.
Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h b/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
index 4c883170683b..ad82119db20b 100644
--- a/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
+++ b/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
@@ -49,7 +49,7 @@
/******************************************************************************/
/** S/UNI-1x10GE-XP REGISTER ADDRESS MAP **/
/******************************************************************************/
-/* Refer to the Register Bit Masks bellow for the naming of each register and */
+/* Refer to the Register Bit Masks below for the naming of each register and */
/* to the S/UNI-1x10GE-XP Data Sheet for the signification of each bit */
/******************************************************************************/
--
2.39.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ethernet: chelsio: fix a typo
2024-09-15 12:52 [PATCH] ethernet: chelsio: fix a typo Andrew Kreimer
@ 2024-09-15 12:56 ` Christophe JAILLET
2024-09-15 13:19 ` Andrew Kreimer
0 siblings, 1 reply; 3+ messages in thread
From: Christophe JAILLET @ 2024-09-15 12:56 UTC (permalink / raw)
To: Andrew Kreimer, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni
Cc: netdev, linux-kernel, kernel-janitors, Matthew Wilcox
Le 15/09/2024 à 14:52, Andrew Kreimer a écrit :
> Fix a typo in comments.
>
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
> drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h b/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
> index 4c883170683b..ad82119db20b 100644
> --- a/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
> +++ b/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
> @@ -49,7 +49,7 @@
> /******************************************************************************/
> /** S/UNI-1x10GE-XP REGISTER ADDRESS MAP **/
> /******************************************************************************/
> -/* Refer to the Register Bit Masks bellow for the naming of each register and */
> +/* Refer to the Register Bit Masks below for the naming of each register and */
> /* to the S/UNI-1x10GE-XP Data Sheet for the signification of each bit */
> /******************************************************************************/
>
Hi,
Nitpick: a space should be added between "and" and "*/" to keep a nice
layout.
CJ
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ethernet: chelsio: fix a typo
2024-09-15 12:56 ` Christophe JAILLET
@ 2024-09-15 13:19 ` Andrew Kreimer
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Kreimer @ 2024-09-15 13:19 UTC (permalink / raw)
To: Christophe JAILLET
Cc: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
netdev, linux-kernel, kernel-janitors, Matthew Wilcox
On Sun, Sep 15, 2024 at 02:56:59PM +0200, Christophe JAILLET wrote:
> Le 15/09/2024 à 14:52, Andrew Kreimer a écrit :
> > Fix a typo in comments.
> >
> > Reported-by: Matthew Wilcox <willy@infradead.org>
> > Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> > ---
> > drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h b/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
> > index 4c883170683b..ad82119db20b 100644
> > --- a/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
> > +++ b/drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h
> > @@ -49,7 +49,7 @@
> > /******************************************************************************/
> > /** S/UNI-1x10GE-XP REGISTER ADDRESS MAP **/
> > /******************************************************************************/
> > -/* Refer to the Register Bit Masks bellow for the naming of each register and */
> > +/* Refer to the Register Bit Masks below for the naming of each register and */
> > /* to the S/UNI-1x10GE-XP Data Sheet for the signification of each bit */
> > /******************************************************************************/
>
> Hi,
>
> Nitpick: a space should be added between "and" and "*/" to keep a nice
> layout.
Absolutely.
>
> CJ
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-15 13:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 12:52 [PATCH] ethernet: chelsio: fix a typo Andrew Kreimer
2024-09-15 12:56 ` Christophe JAILLET
2024-09-15 13:19 ` Andrew Kreimer
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).