linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [asahilinux:bits/090-spi-hid 13/26] drivers/hid/hid-magicmouse.c:590: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
@ 2025-07-23 13:24 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-07-23 13:24 UTC (permalink / raw)
  To: Hector Martin; +Cc: oe-kbuild-all, Janne Grunau, linux-doc

tree:   https://github.com/AsahiLinux/linux bits/090-spi-hid
head:   9da5f109e42a00118fe6327d7774c46116780937
commit: 6c777754fd9890693a267f3829e3aa6f142e6645 [13/26] hid: magicmouse: Add MTP multi-touch device support
config: alpha-randconfig-2002-20250723 (https://download.01.org/0day-ci/archive/20250723/202507231521.uTu070PQ-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 10.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250723/202507231521.uTu070PQ-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202507231521.uTu070PQ-lkp@intel.com/

All warnings (new ones prefixed by >>):

   drivers/hid/hid-magicmouse.c:587: warning: Excess struct member 'crc16' description in 'tp_finger'
>> drivers/hid/hid-magicmouse.c:590: 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:604: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * standard HID mouse report


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

   588	
   589	/**
 > 590	 * vendor trackpad report
   591	 *
   592	 * @num_fingers:	the number of fingers being reported in @fingers
   593	 * @buttons:		same as HID buttons
   594	 */
   595	struct tp_header {
   596		// HID vendor part, up to 1751 bytes
   597		u8 unknown[22];
   598		u8 num_fingers;
   599		u8 buttons;
   600		u8 unknown3[14];
   601	};
   602	

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-23 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23 13:24 [asahilinux:bits/090-spi-hid 13/26] drivers/hid/hid-magicmouse.c:590: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 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).