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

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