linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel: debug: fix typo issue
@ 2021-02-03  8:10 samirweng1979
  2021-02-03 11:23 ` Daniel Thompson
  2021-02-04 15:26 ` Daniel Thompson
  0 siblings, 2 replies; 5+ messages in thread
From: samirweng1979 @ 2021-02-03  8:10 UTC (permalink / raw)
  To: jason.wessel, daniel.thompson, dianders
  Cc: kgdb-bugreport, linux-kernel, wengjianfeng

From: wengjianfeng <wengjianfeng@yulong.com>

change 'regster' to 'register'.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
---
 kernel/debug/gdbstub.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/debug/gdbstub.c b/kernel/debug/gdbstub.c
index a77df59..e149a0a 100644
--- a/kernel/debug/gdbstub.c
+++ b/kernel/debug/gdbstub.c
@@ -595,7 +595,7 @@ static char *gdb_hex_reg_helper(int regnum, char *out)
 			    dbg_reg_def[i].size);
 }
 
-/* Handle the 'p' individual regster get */
+/* Handle the 'p' individual register get */
 static void gdb_cmd_reg_get(struct kgdb_state *ks)
 {
 	unsigned long regnum;
@@ -610,7 +610,7 @@ static void gdb_cmd_reg_get(struct kgdb_state *ks)
 	gdb_hex_reg_helper(regnum, remcom_out_buffer);
 }
 
-/* Handle the 'P' individual regster set */
+/* Handle the 'P' individual register set */
 static void gdb_cmd_reg_set(struct kgdb_state *ks)
 {
 	unsigned long regnum;
-- 
1.9.1



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

* Re: [PATCH] kernel: debug: fix typo issue
  2021-02-03  8:10 [PATCH] kernel: debug: fix typo issue samirweng1979
@ 2021-02-03 11:23 ` Daniel Thompson
  2021-02-03 11:36   ` wengjianfeng
  2021-02-04 15:26 ` Daniel Thompson
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Thompson @ 2021-02-03 11:23 UTC (permalink / raw)
  To: samirweng1979
  Cc: jason.wessel, dianders, kgdb-bugreport, linux-kernel, wengjianfeng

On Wed, Feb 03, 2021 at 04:10:34PM +0800, samirweng1979 wrote:
> From: wengjianfeng <wengjianfeng@yulong.com>
> 
> change 'regster' to 'register'.
> 
> Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>

It looks like the Subject line might not be correct for this patch?

Is it really the first time this patch has been circulated or should it
have been tagged RESEND or v2?


Daniel.


> ---
>  kernel/debug/gdbstub.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/debug/gdbstub.c b/kernel/debug/gdbstub.c
> index a77df59..e149a0a 100644
> --- a/kernel/debug/gdbstub.c
> +++ b/kernel/debug/gdbstub.c
> @@ -595,7 +595,7 @@ static char *gdb_hex_reg_helper(int regnum, char *out)
>  			    dbg_reg_def[i].size);
>  }
>  
> -/* Handle the 'p' individual regster get */
> +/* Handle the 'p' individual register get */
>  static void gdb_cmd_reg_get(struct kgdb_state *ks)
>  {
>  	unsigned long regnum;
> @@ -610,7 +610,7 @@ static void gdb_cmd_reg_get(struct kgdb_state *ks)
>  	gdb_hex_reg_helper(regnum, remcom_out_buffer);
>  }
>  
> -/* Handle the 'P' individual regster set */
> +/* Handle the 'P' individual register set */
>  static void gdb_cmd_reg_set(struct kgdb_state *ks)
>  {
>  	unsigned long regnum;
> -- 
> 1.9.1
> 
> 

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

* Re: [PATCH] kernel: debug: fix typo issue
  2021-02-03 11:23 ` Daniel Thompson
@ 2021-02-03 11:36   ` wengjianfeng
  2021-02-03 11:55     ` Daniel Thompson
  0 siblings, 1 reply; 5+ messages in thread
From: wengjianfeng @ 2021-02-03 11:36 UTC (permalink / raw)
  To: Daniel Thompson
  Cc: jason.wessel, dianders, kgdb-bugreport, linux-kernel, wengjianfeng

On Wed, 3 Feb 2021 11:23:59 +0000
Daniel Thompson <daniel.thompson@linaro.org> wrote:

> On Wed, Feb 03, 2021 at 04:10:34PM +0800, samirweng1979 wrote:
> > From: wengjianfeng <wengjianfeng@yulong.com>
> > 
> > change 'regster' to 'register'.
> > 
> > Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
> 
> It looks like the Subject line might not be correct for this patch?
> 
> Is it really the first time this patch has been circulated or should
> it have been tagged RESEND or v2?
> 
> 
> Daniel.
> 
> 
> > ---
> >  kernel/debug/gdbstub.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/kernel/debug/gdbstub.c b/kernel/debug/gdbstub.c
> > index a77df59..e149a0a 100644
> > --- a/kernel/debug/gdbstub.c
> > +++ b/kernel/debug/gdbstub.c
> > @@ -595,7 +595,7 @@ static char *gdb_hex_reg_helper(int regnum,
> > char *out) dbg_reg_def[i].size);
> >  }
> >  
> > -/* Handle the 'p' individual regster get */
> > +/* Handle the 'p' individual register get */
> >  static void gdb_cmd_reg_get(struct kgdb_state *ks)
> >  {
> >  	unsigned long regnum;
> > @@ -610,7 +610,7 @@ static void gdb_cmd_reg_get(struct kgdb_state
> > *ks) gdb_hex_reg_helper(regnum, remcom_out_buffer);
> >  }
> >  
> > -/* Handle the 'P' individual regster set */
> > +/* Handle the 'P' individual register set */
> >  static void gdb_cmd_reg_set(struct kgdb_state *ks)
> >  {
> >  	unsigned long regnum;
> > -- 
> > 1.9.1
> > 
> > 


Hi Daniel,
   The patch was first sent on January 25, but nobody relply me, so I
   just resend the patch, and the patch is the same as last time,does I
   need add RESEND tag? thanks.


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

* Re: [PATCH] kernel: debug: fix typo issue
  2021-02-03 11:36   ` wengjianfeng
@ 2021-02-03 11:55     ` Daniel Thompson
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Thompson @ 2021-02-03 11:55 UTC (permalink / raw)
  To: wengjianfeng
  Cc: jason.wessel, dianders, kgdb-bugreport, linux-kernel, wengjianfeng

On Wed, Feb 03, 2021 at 07:36:09PM +0800, wengjianfeng wrote:
> On Wed, 3 Feb 2021 11:23:59 +0000
> Daniel Thompson <daniel.thompson@linaro.org> wrote:
> 
> > On Wed, Feb 03, 2021 at 04:10:34PM +0800, samirweng1979 wrote:
> > > From: wengjianfeng <wengjianfeng@yulong.com>
> > > 
> > > change 'regster' to 'register'.
> > > 
> > > Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
> > 
> > It looks like the Subject line might not be correct for this patch?
> > 
> > Is it really the first time this patch has been circulated or should
> > it have been tagged RESEND or v2?
>
>    The patch was first sent on January 25, but nobody relply me, so I
>    just resend the patch, and the patch is the same as last time,does I
>    need add RESEND tag? thanks.
 
Yes. When resending a patch adding a RESEND is a useful courtesy to let
the maintainer know why they have received two copies of the same patch
(and to make clear that the content is the same).


Daniel.

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

* Re: [PATCH] kernel: debug: fix typo issue
  2021-02-03  8:10 [PATCH] kernel: debug: fix typo issue samirweng1979
  2021-02-03 11:23 ` Daniel Thompson
@ 2021-02-04 15:26 ` Daniel Thompson
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Thompson @ 2021-02-04 15:26 UTC (permalink / raw)
  To: samirweng1979
  Cc: jason.wessel, dianders, kgdb-bugreport, linux-kernel, wengjianfeng

On Wed, Feb 03, 2021 at 04:10:34PM +0800, samirweng1979 wrote:
> From: wengjianfeng <wengjianfeng@yulong.com>
> 
> change 'regster' to 'register'.
> 
> Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>

Applied. Thanks.

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

end of thread, other threads:[~2021-02-04 15:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03  8:10 [PATCH] kernel: debug: fix typo issue samirweng1979
2021-02-03 11:23 ` Daniel Thompson
2021-02-03 11:36   ` wengjianfeng
2021-02-03 11:55     ` Daniel Thompson
2021-02-04 15:26 ` Daniel Thompson

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).