mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
HID: logitech-hidpp: remove excess kernel-doc member in hidpp_scroll_counter
The @dev member described in the kernel-doc does not exist in the
struct. Remove the stale entry.
Fixes: 0610430e3d ("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>
This commit is contained in:
parent
e6f4f084ec
commit
f22a5db8a7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user