Skip to content

Commit

Permalink
x86/kgdb: Fix a kerneldoc warning when build with W=1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tititiou36 authored and Ingo Molnar committed Sep 24, 2023
1 parent b61ec8d commit 94adf49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 94adf49

Please sign in to comment.