[PATCH v2] ethernet: chelsio: fix a typo

Andrew Kreimer posted 1 patch 2 months, 2 weeks ago
drivers/net/ethernet/chelsio/cxgb/suni1x10gexp_regs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] ethernet: chelsio: fix a typo
Posted by Andrew Kreimer 2 months, 2 weeks ago
Fix a typo in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Reported-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
Keep the layout intact.

 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..422e147f540b 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
Re: [PATCH v2] ethernet: chelsio: fix a typo
Posted by Simon Horman 2 months, 2 weeks ago
On Sun, Sep 15, 2024 at 04:21:32PM +0300, Andrew Kreimer wrote:
> Fix a typo in comments.
> 
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Reported-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
> Keep the layout intact.
> 
>  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..422e147f540b 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,

net-next is currently closed, as the merge window is open.
Please repost once net-next opens, after v6.12-rc1 has been released,
which will be in in approximately two weeks.

Also, please explicitly target the patch at net-next.

	Subject: [PATCH net-next vN] ...

Link: https://docs.kernel.org/process/maintainer-netdev.html

-- 
pw-bot: defer
Re: [PATCH v2] ethernet: chelsio: fix a typo
Posted by Andrew Kreimer 2 months, 2 weeks ago
On Sun, Sep 15, 2024 at 07:48:53PM +0100, Simon Horman wrote:
> On Sun, Sep 15, 2024 at 04:21:32PM +0300, Andrew Kreimer wrote:
> > Fix a typo in comments.
> > 
> > Reported-by: Matthew Wilcox <willy@infradead.org>
> > Reported-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> > Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> > ---
> > Keep the layout intact.
> > 
> >  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..422e147f540b 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,
> 
> net-next is currently closed, as the merge window is open.
> Please repost once net-next opens, after v6.12-rc1 has been released,
> which will be in in approximately two weeks.

My bad.
> 
> Also, please explicitly target the patch at net-next.
> 
> 	Subject: [PATCH net-next vN] ...
> 
> Link: https://docs.kernel.org/process/maintainer-netdev.html

Thank you.
> 
> -- 
> pw-bot: defer