Skip to content

Commit b0a1fe4

Browse files
author
Jiri Kosina
committed
HID: magicmouse: fix kerneldoc for struct magicmouse_sc
Description for hdev, work and battery_timer of struct magicmouse_sc were missing. Fix that. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Jiri Kosina <[email protected]>
1 parent 6eb04ca commit b0a1fe4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/hid/hid-magicmouse.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ MODULE_PARM_DESC(report_undeciphered, "Report undeciphered multi-touch state fie
120120
* @scroll_jiffies: Time of last scroll motion.
121121
* @touches: Most recent data for a touch, indexed by tracking ID.
122122
* @tracking_ids: Mapping of current touch input data to @touches.
123+
* @hdev: Pointer to the underlying HID device.
124+
* @work: Workqueue to handle initialization retry for quirky devices.
125+
* @battery_timer: Timer for obtaining battery level information.
123126
*/
124127
struct magicmouse_sc {
125128
struct input_dev *input;

0 commit comments

Comments
 (0)