Skip to content

Commit d23df2d

Browse files
rddunlapgregkh
authored andcommitted
linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_id
Fix kernel-doc warning for missing struct member description: ../include/linux/mod_devicetable.h:763: warning: Function parameter or member 'driver_data' not described in 'typec_device_id' Fixes: 8a37d87 ("usb: typec: Bus type for alternate modes") Signed-off-by: Randy Dunlap <[email protected]> Cc: Heikki Krogerus <[email protected]> Reviewed-by: Heikki Krogerus <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 40de5fe commit d23df2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/mod_devicetable.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@ struct tb_service_id {
754754
* struct typec_device_id - USB Type-C alternate mode identifiers
755755
* @svid: Standard or Vendor ID
756756
* @mode: Mode index
757+
* @driver_data: Driver specific data
757758
*/
758759
struct typec_device_id {
759760
__u16 svid;

0 commit comments

Comments
 (0)