kgdb: Drop malformed kernel doc comment
Kernel doc does not understand POD variables to be referred to.
.../debug_core.c:73: warning: cannot understand function prototype:
'int kgdb_connected; '
Convert kernel doc to pure comment.
Fixes: dc7d552705
("kgdb: core")
Cc: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
This commit is contained in:
Родитель
3fec4aecb3
Коммит
a135020736
|
@ -67,9 +67,7 @@ static int kgdb_break_asap;
|
|||
|
||||
struct debuggerinfo_struct kgdb_info[NR_CPUS];
|
||||
|
||||
/**
|
||||
* kgdb_connected - Is a host GDB connected to us?
|
||||
*/
|
||||
/* kgdb_connected - Is a host GDB connected to us? */
|
||||
int kgdb_connected;
|
||||
EXPORT_SYMBOL_GPL(kgdb_connected);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче