[tip:,x86/urgent] x86/kgdb: Fix a kerneldoc warning when build with W=1

Message ID 169554645129.27769.1434866698417999091.tip-bot2@tip-bot2
State New
Headers
Series [tip:,x86/urgent] x86/kgdb: Fix a kerneldoc warning when build with W=1 |

Commit Message

tip-bot2 for Thomas Gleixner Sept. 24, 2023, 9:07 a.m. UTC
  The following commit has been merged into the x86/urgent branch of tip:

Commit-ID:     94adf495e733d3b7e8b826c452ba12e995eef7c7
Gitweb:        https://git.kernel.org/tip/94adf495e733d3b7e8b826c452ba12e995eef7c7
Author:        Christophe JAILLET <christophe.jaillet@wanadoo.fr>
AuthorDate:    Fri, 22 Sep 2023 18:46:49 +02:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Sun, 24 Sep 2023 11:00:13 +02:00

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 | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/arch/x86/kernel/kgdb.c b/arch/x86/kernel/kgdb.c
index 3a43a2d..9c9faa1 100644
--- a/arch/x86/kernel/kgdb.c
+++ b/arch/x86/kernel/kgdb.c
@@ -695,7 +695,6 @@  void kgdb_arch_exit(void)
 }
 
 /**
- *
  *	kgdb_skipexception - Bail out of KGDB when we've been triggered.
  *	@exception: Exception vector number
  *	@regs: Current &struct pt_regs.