We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b34dd commit ff0e9eeCopy full SHA for ff0e9ee
drivers/hid/hid-sensor-hub.c
@@ -18,7 +18,6 @@
18
19
/**
20
* struct sensor_hub_data - Hold a instance data for a HID hub device
21
- * @hsdev: Stored hid instance for current hub device.
22
* @mutex: Mutex to serialize synchronous request.
23
* @lock: Spin lock to protect pending request structure.
24
* @dyn_callback_list: Holds callback function
@@ -41,6 +40,7 @@ struct sensor_hub_data {
41
40
* struct hid_sensor_hub_callbacks_list - Stores callback list
42
* @list: list head.
43
* @usage_id: usage id for a physical device.
+ * @hsdev: Stored hid instance for current hub device.
44
* @usage_callback: Stores registered callback functions.
45
* @priv: Private data for a physical device.
46
*/
0 commit comments