aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.c
diff options
context:
space:
mode:
authorYouling Tang <tangyouling@loongson.cn>2020-08-07 17:44:40 +0800
committerDaniel Thompson <daniel.thompson@linaro.org>2020-09-11 15:57:37 +0100
commite16c33e290792c9b71b952dc915e5f7dfc9d4409 (patch)
tree933a3d40740670891566c2334e586c6bf9be6e65 /kernel/debug/debug_core.c
parentkdb: Use newer api for tasklist scanning (diff)
downloadlinux-dev-e16c33e290792c9b71b952dc915e5f7dfc9d4409.tar.xz
linux-dev-e16c33e290792c9b71b952dc915e5f7dfc9d4409.zip
kernel/debug: Fix spelling mistake in debug_core.c
Fix typo: "notifiter" --> "notifier" "overriden" --> "overridden" Signed-off-by: Youling Tang <tangyouling@loongson.cn> Link: https://lore.kernel.org/r/1596793480-22559-1-git-send-email-tangyouling@loongson.cn Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'kernel/debug/debug_core.c')
-rw-r--r--kernel/debug/debug_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c
index 404d6d47a11d..165e5b0c2083 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;
@@ -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)
{