From: kernel test robot <lkp@intel.com>
To: Hector Martin <marcan@marcan.st>
Cc: oe-kbuild-all@lists.linux.dev, Janne Grunau <j@jannau.net>,
linux-doc@vger.kernel.org
Subject: [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
Date: Wed, 23 Jul 2025 15:24:37 +0200 [thread overview]
Message-ID: <202507231521.uTu070PQ-lkp@intel.com> (raw)
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
reply other threads:[~2025-07-23 17:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202507231521.uTu070PQ-lkp@intel.com \
--to=lkp@intel.com \
--cc=j@jannau.net \
--cc=linux-doc@vger.kernel.org \
--cc=marcan@marcan.st \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).