linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel/debug: Fix spelling mistake in debug_core.c
@ 2020-08-07  9:44 Youling Tang
  2020-09-11 14:58 ` Daniel Thompson
  0 siblings, 1 reply; 2+ messages in thread
From: Youling Tang @ 2020-08-07  9:44 UTC (permalink / raw)
  To: Jason Wessel, Daniel Thompson, Douglas Anderson
  Cc: kgdb-bugreport, linux-kernel

Fix typo: "notifiter" --> "notifier"
	  "overriden" --> "overridden"

Signed-off-by: Youling Tang <tangyouling@loongson.cn>
---
 kernel/debug/debug_core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c
index b16dbc1..3eeee0a 100644
--- a/kernel/debug/debug_core.c
+++ b/kernel/debug/debug_core.c
@@ -80,7 +80,7 @@ static int			exception_level;
 struct kgdb_io		*dbg_io_ops;
 static DEFINE_SPINLOCK(kgdb_registration_lock);
 
-/* Action for the reboot notifiter, a global allow kdb to change it */
+/* Action for the reboot notifier, a global allow kdb to change it */
 static int kgdbreboot;
 /* kgdb console driver is loaded */
 static int kgdb_con_registered;
@@ -163,7 +163,7 @@ early_param("nokgdbroundup", opt_nokgdbroundup);
 
 /*
  * Weak aliases for breakpoint management,
- * can be overriden by architectures when needed:
+ * can be overridden by architectures when needed:
  */
 int __weak kgdb_arch_set_breakpoint(struct kgdb_bkpt *bpt)
 {
-- 
2.1.0


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

* Re: [PATCH] kernel/debug: Fix spelling mistake in debug_core.c
  2020-08-07  9:44 [PATCH] kernel/debug: Fix spelling mistake in debug_core.c Youling Tang
@ 2020-09-11 14:58 ` Daniel Thompson
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Thompson @ 2020-09-11 14:58 UTC (permalink / raw)
  To: Youling Tang; +Cc: Jason Wessel, Douglas Anderson, kgdb-bugreport, linux-kernel

On Fri, Aug 07, 2020 at 05:44:40PM +0800, Youling Tang wrote:
> Fix typo: "notifiter" --> "notifier"
> 	  "overriden" --> "overridden"
> 
> Signed-off-by: Youling Tang <tangyouling@loongson.cn>

Applied. Thanks.


> ---
>  kernel/debug/debug_core.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c
> index b16dbc1..3eeee0a 100644
> --- a/kernel/debug/debug_core.c
> +++ b/kernel/debug/debug_core.c
> @@ -80,7 +80,7 @@ static int			exception_level;
>  struct kgdb_io		*dbg_io_ops;
>  static DEFINE_SPINLOCK(kgdb_registration_lock);
>  
> -/* Action for the reboot notifiter, a global allow kdb to change it */
> +/* Action for the reboot notifier, a global allow kdb to change it */
>  static int kgdbreboot;
>  /* kgdb console driver is loaded */
>  static int kgdb_con_registered;
> @@ -163,7 +163,7 @@ early_param("nokgdbroundup", opt_nokgdbroundup);
>  
>  /*
>   * Weak aliases for breakpoint management,
> - * can be overriden by architectures when needed:
> + * can be overridden by architectures when needed:
>   */
>  int __weak kgdb_arch_set_breakpoint(struct kgdb_bkpt *bpt)
>  {
> -- 
> 2.1.0

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

end of thread, other threads:[~2020-09-11 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  9:44 [PATCH] kernel/debug: Fix spelling mistake in debug_core.c Youling Tang
2020-09-11 14:58 ` 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).