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

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
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -787,11 +787,8 @@ out:
}

/*
 * 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)
{