[pdx86-platform-drivers-x86:review-hans 67/67] drivers/platform/x86/hp-wmi.c:86: warning: wrong kernel-doc identifier on line:

From: kernel test robot
Date: Mon Mar 14 2022 - 14:35:24 EST


tree: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git review-hans
head: 9f7e383ebdee6712bee02e3a6c2027cf287950fc
commit: 9f7e383ebdee6712bee02e3a6c2027cf287950fc [67/67] Changing bios_args.data to be dynamically allocated
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20220315/202203150219.Kzc9JfWH-lkp@xxxxxxxxx/config)
compiler: gcc-9 (Ubuntu 9.4.0-1ubuntu1~20.04) 9.4.0
reproduce (this is a W=1 build):
# https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?id=9f7e383ebdee6712bee02e3a6c2027cf287950fc
git remote add pdx86-platform-drivers-x86 https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git
git fetch --no-tags pdx86-platform-drivers-x86 review-hans
git checkout 9f7e383ebdee6712bee02e3a6c2027cf287950fc
# save the config file to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/platform/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@xxxxxxxxx>

All warnings (new ones prefixed by >>):

>> drivers/platform/x86/hp-wmi.c:86: warning: wrong kernel-doc identifier on line:
* struct bios_args buffer is dynamically allocated. New WMI command types


vim +86 drivers/platform/x86/hp-wmi.c

84
85 /**
> 86 * struct bios_args buffer is dynamically allocated. New WMI command types
87 * were introduced that exceeds 128-byte data size. Changes to handle
88 * the data size allocation scheme were kept in hp_wmi_perform_qurey function.
89 */
90 struct bios_args {
91 u32 signature;
92 u32 command;
93 u32 commandtype;
94 u32 datasize;
95 u8 data[];
96 };
97

---
0-DAY CI Kernel Test Service
https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx