linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Thompson <daniel.thompson@linaro.org>
To: samirweng1979 <samirweng1979@163.com>
Cc: jason.wessel@windriver.com, dianders@chromium.org,
	kgdb-bugreport@lists.sourceforge.net,
	linux-kernel@vger.kernel.org,
	wengjianfeng <wengjianfeng@yulong.com>
Subject: Re: [PATCH] kernel: debug: fix typo issue
Date: Wed, 3 Feb 2021 11:23:59 +0000	[thread overview]
Message-ID: <20210203112359.cdy73gw4wip5cnyn@maple.lan> (raw)
In-Reply-To: <20210203081034.9004-1-samirweng1979@163.com>

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

  reply	other threads:[~2021-02-03 11:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-03  8:10 [PATCH] kernel: debug: fix typo issue samirweng1979
2021-02-03 11:23 ` Daniel Thompson [this message]
2021-02-03 11:36   ` wengjianfeng
2021-02-03 11:55     ` Daniel Thompson
2021-02-04 15:26 ` Daniel Thompson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210203112359.cdy73gw4wip5cnyn@maple.lan \
    --to=daniel.thompson@linaro.org \
    --cc=dianders@chromium.org \
    --cc=jason.wessel@windriver.com \
    --cc=kgdb-bugreport@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=samirweng1979@163.com \
    --cc=wengjianfeng@yulong.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).