Commit d8a050f5 authored by Nadav Amit's avatar Nadav Amit Committed by Daniel Thompson

kgdb: fix comment regarding static function

The comment that says that module_event() is not static is clearly
wrong.
Signed-off-by: default avatarNadav Amit <namit@vmware.com>
Signed-off-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
parent 63571431
......@@ -787,11 +787,8 @@ kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs)
}
/*
* GDB places a breakpoint at this function to know dynamically
* loaded objects. It's not defined static so that only one instance with this
* name exists in the kernel.
* GDB places a breakpoint at this function to know dynamically loaded objects.
*/
static int module_event(struct notifier_block *self, unsigned long val,
void *data)
{
......
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