x86/kgdb: Fix a kerneldoc warning when build with W=1
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 22 Sep 2023 16:46:49 +0000 (18:46 +0200)
committerIngo Molnar <mingo@kernel.org>
Sun, 24 Sep 2023 09:00:13 +0000 (11:00 +0200)
commit94adf495e733d3b7e8b826c452ba12e995eef7c7
tree526a4f9e37d76c6312411988da63486761542199
parentb61ec8d0f18ce257360d58304e79ee5774706b56
x86/kgdb: Fix a kerneldoc warning when build with W=1

When compiled with W=1, the following warning is generated:

  arch/x86/kernel/kgdb.c:698: warning: Cannot understand  *
   on line 698 - I thought it was a doc line

Remove the corresponding empty comment line to fix the warning.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/aad659537c1d4ebd86912a6f0be458676c8e69af.1695401178.git.christophe.jaillet@wanadoo.fr
arch/x86/kernel/kgdb.c