linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pdx86-platform-drivers-x86:review-hans 67/67] drivers/platform/x86/hp-wmi.c:86: warning: wrong kernel-doc identifier on line:
@ 2022-03-14 19:57 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-03-14 19:57 UTC (permalink / raw)
  To: Jorge Lopez
  Cc: llvm, kbuild-all, Andy Shevchenko, Hans de Goede, linux-kernel

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@intel.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pdx86-platform-drivers-x86:review-hans 67/67] drivers/platform/x86/hp-wmi.c:86: warning: wrong kernel-doc identifier on line:
@ 2022-03-14 18:35 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-03-14 18:35 UTC (permalink / raw)
  To: Jorge Lopez; +Cc: kbuild-all, Andy Shevchenko, Hans de Goede, linux-kernel

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@intel.com/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@intel.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-14 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 19:57 [pdx86-platform-drivers-x86:review-hans 67/67] drivers/platform/x86/hp-wmi.c:86: warning: wrong kernel-doc identifier on line: kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2022-03-14 18:35 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).