We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece4cea commit e16c33eCopy full SHA for e16c33e
kernel/debug/debug_core.c
@@ -80,7 +80,7 @@ static int exception_level;
80
struct kgdb_io *dbg_io_ops;
81
static DEFINE_SPINLOCK(kgdb_registration_lock);
82
83
-/* Action for the reboot notifiter, a global allow kdb to change it */
+/* Action for the reboot notifier, a global allow kdb to change it */
84
static int kgdbreboot;
85
/* kgdb console driver is loaded */
86
static int kgdb_con_registered;
@@ -155,7 +155,7 @@ early_param("nokgdbroundup", opt_nokgdbroundup);
155
156
/*
157
* Weak aliases for breakpoint management,
158
- * can be overriden by architectures when needed:
+ * can be overridden by architectures when needed:
159
*/
160
int __weak kgdb_arch_set_breakpoint(struct kgdb_bkpt *bpt)
161
{
0 commit comments