]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
HID: logitech-hidpp: remove excess kernel-doc member in hidpp_scroll_counter
authorRosen Penev <rosenp@gmail.com>
Sun, 31 May 2026 00:01:50 +0000 (17:01 -0700)
committerBenjamin Tissoires <bentiss@kernel.org>
Mon, 1 Jun 2026 16:41:14 +0000 (18:41 +0200)
The @dev member described in the kernel-doc does not exist in the
struct. Remove the stale entry.

Fixes: 0610430e3dea ("HID: logitech-hidpp: add input_device ptr to struct hidpp_device")
Assisted-by: opencode:big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/hid-logitech-hidpp.c

index ccbf28869a968ddf8c0c0293a2b54728cd3e4eca..1990ba5b26ea67f20c16538586f8c78148b066f5 100644 (file)
@@ -164,7 +164,6 @@ struct hidpp_battery {
 /**
  * struct hidpp_scroll_counter - Utility class for processing high-resolution
  *                             scroll events.
- * @dev: the input device for which events should be reported.
  * @wheel_multiplier: the scalar multiplier to be applied to each wheel event
  * @remainder: counts the number of high-resolution units moved since the last
  *             low-resolution event (REL_WHEEL or REL_HWHEEL) was sent. Should