]> Gentwo Git Trees - linux/.git/commit
x86/idtentry: Add missing '*' to kernel-doc lines
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 14 Oct 2025 03:08:05 +0000 (20:08 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 16 Oct 2025 15:45:42 +0000 (17:45 +0200)
commit762a3d1ca2cfe9965417d784cd044c702fda4aca
tree29792866458b5bb6ebd674fc9d7ebe7660fbcfc7
parent3a8660878839faadb4f1a6dd72c3179c1df56787
x86/idtentry: Add missing '*' to kernel-doc lines

Fix kernel-doc warnings by adding the missing '*' to each line.

  Warning: include/asm/idtentry.h:395 bad line:    when raised from kernel mode
  Warning: include/asm/idtentry.h:405 bad line:    when raised from user mode

Since this is in a kernel-doc block, these lines need a leading
" *" on each line to prevent the warnings.

Fixes: a13644f3a53d ("x86/entry/64: Add entry code for #VC handler")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
arch/x86/include/asm/idtentry.h