]> Git Repo - J-linux.git/commitdiff
HID: magicmouse: fix kerneldoc for struct magicmouse_sc
authorJiri Kosina <[email protected]>
Wed, 27 Dec 2023 11:08:45 +0000 (12:08 +0100)
committerJiri Kosina <[email protected]>
Wed, 27 Dec 2023 11:08:45 +0000 (12:08 +0100)
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]>
drivers/hid/hid-magicmouse.c

index c9c968d4b36a39caab66e97654afc75c6bebacab..a46ff4e8b99f54823ea8237d2a7cce6ba90b30a9 100644 (file)
@@ -120,6 +120,9 @@ MODULE_PARM_DESC(report_undeciphered, "Report undeciphered multi-touch state fie
  * @scroll_jiffies: Time of last scroll motion.
  * @touches: Most recent data for a touch, indexed by tracking ID.
  * @tracking_ids: Mapping of current touch input data to @touches.
+ * @hdev: Pointer to the underlying HID device.
+ * @work: Workqueue to handle initialization retry for quirky devices.
+ * @battery_timer: Timer for obtaining battery level information.
  */
 struct magicmouse_sc {
        struct input_dev *input;
This page took 0.057649 seconds and 4 git commands to generate.