Skip to content

Commit 0f6750b

Browse files
Daniel SneddonIngo Molnar
authored andcommitted
x86/entry: Fix kernel-doc warning
The do_int80_emulation() function is missing a kernel-doc formatted description of its argument. This is causing a warning when building with W=1. Add a brief description of the argument to satisfy kernel-doc. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Daniel Sneddon <daniel.sneddon@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20241219155227.685692-1-daniel.sneddon@linux.intel.com Closes: https://lore.kernel.org/oe-kbuild-all/202412131236.a5HhOqXo-lkp@intel.com/
1 parent 9de7695 commit 0f6750b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/entry/common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ static __always_inline bool int80_is_external(void)
190190

191191
/**
192192
* do_int80_emulation - 32-bit legacy syscall C entry from asm
193+
* @regs: syscall arguments in struct pt_args on the stack.
193194
*
194195
* This entry point can be used by 32-bit and 64-bit programs to perform
195196
* 32-bit system calls. Instances of INT $0x80 can be found inline in

0 commit comments

Comments
 (0)