kgdb: Drop malformed kernel doc comment
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 6 May 2020 15:17:27 +0000 (18:17 +0300)
committerDaniel Thompson <daniel.thompson@linaro.org>
Thu, 7 May 2020 14:16:19 +0000 (15:16 +0100)
commita13502073638a0b28d84099fa985971fe3287aee
tree7b64f591d51bd8dd479c6911cbe7ab03cc50db65
parent3fec4aecb311995189217e64d725cfe84a568de3
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>
kernel/debug/debug_core.c