Commit e16c33e2 authored by Youling Tang's avatar Youling Tang Committed by Daniel Thompson

kernel/debug: Fix spelling mistake in debug_core.c

Fix typo: "notifiter" --> "notifier"
	  "overriden" --> "overridden"
Signed-off-by: default avatarYouling Tang <tangyouling@loongson.cn>
Link: https://lore.kernel.org/r/1596793480-22559-1-git-send-email-tangyouling@loongson.cnSigned-off-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
parent ece4ceaf
......@@ -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;
......@@ -155,7 +155,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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment