[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202203150330.81L3pgxq-lkp@intel.com>
Date: Tue, 15 Mar 2022 03:57:32 +0800
From: kernel test robot <lkp@...el.com>
To: Jorge Lopez <jorge.lopez2@...com>
Cc: llvm@...ts.linux.dev, kbuild-all@...ts.01.org,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Hans de Goede <hdegoede@...hat.com>,
linux-kernel@...r.kernel.org
Subject: [pdx86-platform-drivers-x86:review-hans 67/67]
drivers/platform/x86/hp-wmi.c:86: warning: wrong kernel-doc identifier on
line:
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: i386-randconfig-a016-20220314 (https://download.01.org/0day-ci/archive/20220315/202203150330.81L3pgxq-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 3e4950d7fa78ac83f33bbf1658e2f49a73719236)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# 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
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/platform/x86/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
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@lists.01.org
Powered by blists - more mailing lists