Hi

what does this error mean?

Should I correct it?

Best regards

Stefan

Am Dienstag, den 29.09.2015, 10:42 +0800 schrieb kbuild test robot:
> Hi Stefan,
> 
> [auto build test results on v4.3-rc3 -- if it's inappropriate base, please 
> ignore]
> 
> reproduce: make htmldocs
> 
> All warnings (new ones prefixed by >>):
> 
> >> include/linux/usb.h:188: warning: Excess struct/union/enum/typedef member 
> >> 'authorized' description in 'usb_interface'
> 
> vim +188 include/linux/usb.h
> 
> 165fe97e Craig W. Nadler      2007-06-15  172  
> b724ae77 Alan Stern           2005-10-24  173         int minor;              
>         /* minor number this interface is
> b724ae77 Alan Stern           2005-10-24  174                                 
>          * bound to */
> ^1da177e Linus Torvalds       2005-04-16  175         enum 
> usb_interface_condition condition;         /* state of binding */
> 7e61559f Alan Stern           2007-11-06  176         unsigned 
> sysfs_files_created:1; /* the sysfs attributes exist */
> 3b23dd6f Alan Stern           2008-12-05  177         unsigned 
> ep_devs_created:1;     /* endpoint "devices" exist */
> 352d0263 Alan Stern           2008-10-29  178         unsigned 
> unregistering:1;       /* unregistration is in progress */
> 645daaab Alan Stern           2006-08-30  179         unsigned 
> needs_remote_wakeup:1; /* driver requires remote wakeup */
> 55151d7d Alan Stern           2008-08-12  180         unsigned 
> needs_altsetting0:1;   /* switch to altsetting 0 is pending */
> 78d9a487 Alan Stern           2008-06-23  181         unsigned 
> needs_binding:1;       /* needs delayed unbind/rebind */
> 04a723ea Sarah Sharp          2010-01-06  182         unsigned 
> resetting_device:1;    /* true: bandwidth alloc after reset */
> 4d064c08 Alan Stern           2006-07-01  183  
> ^1da177e Linus Torvalds       2005-04-16  184         struct device dev;      
>         /* interface specific device info */
> 969ab2ee Greg Kroah-Hartman   2008-01-30  185         struct device *usb_dev;
> ccf5b801 Alan Stern           2009-06-29  186         atomic_t pm_usage_cnt;  
>         /* usage counter for autosuspend */
> dc023dce Inaky Perez-Gonzalez 2008-11-13  187         struct work_struct 
> reset_ws;    /* for resets in atomic context */
> ^1da177e Linus Torvalds       2005-04-16 @188  };
> ^1da177e Linus Torvalds       2005-04-16  189  #define        
> to_usb_interface(d) container_of(d, struct usb_interface, dev)
> ^1da177e Linus Torvalds       2005-04-16  190  
> ^1da177e Linus Torvalds       2005-04-16  191  static inline void 
> *usb_get_intfdata(struct usb_interface *intf)
> ^1da177e Linus Torvalds       2005-04-16  192  {
> ^1da177e Linus Torvalds       2005-04-16  193         return 
> dev_get_drvdata(&intf->dev);
> ^1da177e Linus Torvalds       2005-04-16  194  }
> ^1da177e Linus Torvalds       2005-04-16  195  
> ^1da177e Linus Torvalds       2005-04-16  196  static inline void 
> usb_set_intfdata(struct usb_interface *intf, void *data)
> 
> :::::: The code at line 188 was first introduced by commit
> :::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2
> 
> :::::: TO: Linus Torvalds <torva...@ppc970.osdl.org>
> :::::: CC: Linus Torvalds <torva...@ppc970.osdl.org>
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to