Skip to content

Commit 94adf49

Browse files
tititiou36Ingo Molnar
authored andcommitted
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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Acked-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/aad659537c1d4ebd86912a6f0be458676c8e69af.1695401178.git.christophe.jaillet@wanadoo.fr
1 parent b61ec8d commit 94adf49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kernel/kgdb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@ void kgdb_arch_exit(void)
695695
}
696696

697697
/**
698-
*
699698
* kgdb_skipexception - Bail out of KGDB when we've been triggered.
700699
* @exception: Exception vector number
701700
* @regs: Current &struct pt_regs.

0 commit comments

Comments
 (0)