aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/debug
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-05-06 18:17:27 +0300
committerDaniel Thompson <daniel.thompson@linaro.org>2020-05-07 15:16:19 +0100
commita13502073638a0b28d84099fa985971fe3287aee (patch)
tree7b64f591d51bd8dd479c6911cbe7ab03cc50db65 /kernel/debug
parentkgdb: Fix spurious true from in_dbg_master() (diff)
downloadwireguard-linux-a13502073638a0b28d84099fa985971fe3287aee.tar.xz
wireguard-linux-a13502073638a0b28d84099fa985971fe3287aee.zip
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: dc7d55270521 ("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>
Diffstat (limited to 'kernel/debug')
-rw-r--r--kernel/debug/debug_core.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c
index 2b7c9b67931d..2266ba27f27d 100644
--- a/kernel/debug/debug_core.c
+++ b/kernel/debug/debug_core.c
@@ -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);