All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_id
@ 2018-09-03 19:51 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2018-09-03 19:51 UTC (permalink / raw)
  To: LKML, USB list, Greg Kroah-Hartman; +Cc: Heikki Krogerus

From: Randy Dunlap <rdunlap@infradead.org>

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 <rdunlap@infradead.org>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
 include/linux/mod_devicetable.h |    1 +
 1 file changed, 1 insertion(+)

--- lnx-419-rc2.orig/include/linux/mod_devicetable.h
+++ lnx-419-rc2/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;



^ permalink raw reply	[flat|nested] 4+ messages in thread

* linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_id
@ 2018-09-03 19:51 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2018-09-03 19:51 UTC (permalink / raw)
  To: LKML, USB list, Greg Kroah-Hartman; +Cc: Heikki Krogerus

From: Randy Dunlap <rdunlap@infradead.org>

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 <rdunlap@infradead.org>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
 include/linux/mod_devicetable.h |    1 +
 1 file changed, 1 insertion(+)

--- lnx-419-rc2.orig/include/linux/mod_devicetable.h
+++ lnx-419-rc2/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;

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_id
@ 2018-09-04  7:40   ` Heikki Krogerus
  0 siblings, 0 replies; 4+ messages in thread
From: Heikki Krogerus @ 2018-09-04  7:40 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, USB list, Greg Kroah-Hartman

On Mon, Sep 03, 2018 at 12:51:59PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> 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 <rdunlap@infradead.org>

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

> ---
>  include/linux/mod_devicetable.h |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- lnx-419-rc2.orig/include/linux/mod_devicetable.h
> +++ lnx-419-rc2/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;
> 

Thanks,

-- 
heikki

^ permalink raw reply	[flat|nested] 4+ messages in thread

* linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_id
@ 2018-09-04  7:40   ` Heikki Krogerus
  0 siblings, 0 replies; 4+ messages in thread
From: Heikki Krogerus @ 2018-09-04  7:40 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, USB list, Greg Kroah-Hartman

On Mon, Sep 03, 2018 at 12:51:59PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> 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 <rdunlap@infradead.org>

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

> ---
>  include/linux/mod_devicetable.h |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- lnx-419-rc2.orig/include/linux/mod_devicetable.h
> +++ lnx-419-rc2/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;
> 

Thanks,

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-04  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03 19:51 [PATCH] linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_id Randy Dunlap
2018-09-03 19:51 ` Randy Dunlap
2018-09-04  7:40 ` [PATCH] " Heikki Krogerus
2018-09-04  7:40   ` Heikki Krogerus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.