diff mbox series

[v2] ethernet: chelsio: fix a typo

Message ID 20240915132133.109268-1-algonell@gmail.com (mailing list archive)
State Deferred
Delegated to: Netdev Maintainers
Headers show
Series [v2] ethernet: chelsio: fix a typo | expand

Checks

Context Check Description
netdev/series_format warning Single patches do not need cover letters; Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 16 this patch: 16
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 5 of 5 maintainers
netdev/build_clang success Errors and warnings before: 16 this patch: 16
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 16 this patch: 16
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest fail net-next-2024-09-15--15-00 (tests: 763)

Commit Message

Andrew Kreimer Sept. 15, 2024, 1:21 p.m. UTC
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(-)

Comments

Simon Horman Sept. 15, 2024, 6:48 p.m. UTC | #1
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
Andrew Kreimer Sept. 15, 2024, 6:55 p.m. UTC | #2
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
diff mbox series

Patch

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        */
 /******************************************************************************/