From: Randy Dunlap Date: Mon, 3 Sep 2018 19:51:59 +0000 (-0700) Subject: linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_id X-Git-Tag: v4.19~187^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d23df2dc56325c72b51670b1fb400ddd23dc17cd;p=platform%2Fkernel%2Flinux-rpi3.git 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: 8a37d87d72f0c ("usb: typec: Bus type for alternate modes") Signed-off-by: Randy Dunlap Cc: Heikki Krogerus Reviewed-by: Heikki Krogerus Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 1298a7d..01797cb 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -754,6 +754,7 @@ struct tb_service_id { * struct typec_device_id - USB Type-C alternate mode identifiers * @svid: Standard or Vendor ID * @mode: Mode index + * @driver_data: Driver specific data */ struct typec_device_id { __u16 svid;