Hi,

[auto build test WARNING on balbi-usb/next]
[also build test WARNING on v4.7-rc6 next-20160706]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Krzysztof-Opasiak/usb-gadget-legacy-Add-udc-module-param-to-all-legacy-gadgets/20160707-015947
base:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   include/linux/usb/gadget.h:229: warning: No description found for parameter 
'claimed'
   include/linux/usb/gadget.h:229: warning: No description found for parameter 
'enabled'
   include/linux/usb/gadget.h:404: warning: No description found for parameter 
'quirk_altset_not_supp'
   include/linux/usb/gadget.h:404: warning: No description found for parameter 
'quirk_stall_not_supp'
   include/linux/usb/gadget.h:404: warning: No description found for parameter 
'quirk_zlp_not_supp'
>> include/linux/usb/composite.h:397: warning: No description found for 
>> parameter 'udc_name'
   include/linux/usb/composite.h:508: warning: Excess struct/union/enum/typedef 
member 'setup_pending' description in 'usb_composite_dev'
   include/linux/usb/composite.h:508: warning: Excess struct/union/enum/typedef 
member 'os_desc_pending' description in 'usb_composite_dev'
   drivers/usb/gadget/function/f_acm.c:1: warning: no structured comments found
   drivers/usb/gadget/function/f_ecm.c:1: warning: no structured comments found
   drivers/usb/gadget/function/f_subset.c:1: warning: no structured comments 
found
   drivers/usb/gadget/function/f_obex.c:1: warning: no structured comments found
   drivers/usb/gadget/function/f_serial.c:1: warning: no structured comments 
found

vim +/udc_name +397 include/linux/usb/composite.h

40982be5 David Brownell            2008-06-19  381      const char              
                *name;
4b6735c5 Krzysztof Opasiak         2016-07-06  382      char                    
                *udc_name;
40982be5 David Brownell            2008-06-19  383      const struct 
usb_device_descriptor      *dev;
40982be5 David Brownell            2008-06-19  384      struct 
usb_gadget_strings               **strings;
35a0e0bf Tatyana Brokhman          2011-06-29  385      enum usb_device_speed   
                max_speed;
ad1a8102 Michal Nazarewicz         2010-08-12  386      unsigned                
needs_serial:1;
40982be5 David Brownell            2008-06-19  387  
fac3a43e Sebastian Andrzej Siewior 2012-09-06  388      int                     
(*bind)(struct usb_composite_dev *cdev);
40982be5 David Brownell            2008-06-19  389      int                     
(*unbind)(struct usb_composite_dev *);
3f3e12d0 Michal Nazarewicz         2010-06-21  390  
3f3e12d0 Michal Nazarewicz         2010-06-21  391      void                    
(*disconnect)(struct usb_composite_dev *);
8942939a David Brownell            2009-03-19  392  
8942939a David Brownell            2009-03-19  393      /* global suspend hooks 
*/
8942939a David Brownell            2009-03-19  394      void                    
(*suspend)(struct usb_composite_dev *);
8942939a David Brownell            2009-03-19  395      void                    
(*resume)(struct usb_composite_dev *);
ffe0b335 Sebastian Andrzej Siewior 2012-09-07  396      struct 
usb_gadget_driver                gadget_driver;
40982be5 David Brownell            2008-06-19 @397  };
40982be5 David Brownell            2008-06-19  398  
03e42bd5 Sebastian Andrzej Siewior 2012-09-06  399  extern int 
usb_composite_probe(struct usb_composite_driver *driver);
07a18bd7 Michal Nazarewicz         2010-08-12  400  extern void 
usb_composite_unregister(struct usb_composite_driver *driver);
7ec3ea18 Tobias Klauser            2014-07-09  401  
7ec3ea18 Tobias Klauser            2014-07-09  402  /**
7ec3ea18 Tobias Klauser            2014-07-09  403   * 
module_usb_composite_driver() - Helper macro for registering a USB gadget
7ec3ea18 Tobias Klauser            2014-07-09  404   * composite driver
7ec3ea18 Tobias Klauser            2014-07-09  405   * @__usb_composite_driver: 
usb_composite_driver struct

:::::: The code at line 397 was first introduced by commit
:::::: 40982be52d8f64c3e10adce17e66ab755a4fa26b usb gadget: composite gadget 
core

:::::: TO: David Brownell <dbrown...@users.sourceforge.net>
:::::: CC: Greg Kroah-Hartman <gre...@suse.de>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data

Reply via email to