x86/entry: Fix kernel-doc warning
authorDaniel Sneddon <daniel.sneddon@linux.intel.com>
Thu, 19 Dec 2024 15:52:27 +0000 (08:52 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Feb 2025 22:12:58 +0000 (23:12 +0100)
commit0f6750b15ffdf274668b12824b09bd49ea854e18
treed0dbf432beea6c6a875b2e19fdd0dba6ccaa9b15
parent9de7695925d5d2d2085681ba935857246eb2817d
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/
arch/x86/entry/common.c