[asahilinux:bits/090-spi-hid 13/28] drivers/hid/hid-magicmouse.c:578: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://github.com/AsahiLinux/linux bits/090-spi-hid
head:   501868c5f377ff4155041d111e0bea3c499b97a8
commit: 10730e65908dcaf173cc12a45e6186fc7f275cf9 [13/28] hid: magicmouse: Add MTP multi-touch device support
config: x86_64-rhel-8.3 (https://download.01.org/0day-ci/archive/20241118/202411181319.N9xtkvNz-lkp@xxxxxxxxx/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241118/202411181319.N9xtkvNz-lkp@xxxxxxxxx/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202411181319.N9xtkvNz-lkp@xxxxxxxxx/

All warnings (new ones prefixed by >>):

   drivers/hid/hid-magicmouse.c:174: warning: Function parameter or struct member 'pos' not described in 'magicmouse_sc'
   drivers/hid/hid-magicmouse.c:174: warning: Function parameter or struct member 'input_ops' not described in 'magicmouse_sc'
   drivers/hid/hid-magicmouse.c:575: warning: Excess struct member 'crc16' description in 'tp_finger'
>> drivers/hid/hid-magicmouse.c:578: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * vendor trackpad report
   drivers/hid/hid-magicmouse.c:592: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * standard HID mouse report


vim +578 drivers/hid/hid-magicmouse.c

   576	
   577	/**
 > 578	 * vendor trackpad report
   579	 *
   580	 * @num_fingers:	the number of fingers being reported in @fingers
   581	 * @buttons:		same as HID buttons
   582	 */
   583	struct tp_header {
   584		// HID vendor part, up to 1751 bytes
   585		u8 unknown[22];
   586		u8 num_fingers;
   587		u8 buttons;
   588		u8 unknown3[14];
   589	};
   590	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki




[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux