mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Lu Baolu <baolu.lu@linux.intel.com>
Cc: kbuild-all@01.org, Mathias Nyman <mathias.nyman@intel.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Alan Stern <stern@rowland.harvard.edu>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	Lu Baolu <baolu.lu@linux.intel.com>
Subject: Re: [PATCH 3/3] usb: core: lpm: remove usb3_lpm_enabled in usb_device
Date: Wed, 11 Nov 2015 17:48:37 +0800	[thread overview]
Message-ID: <201511111734.P9nv1LCJ%fengguang.wu@intel.com> (raw)
In-Reply-To: <1447229006-15011-4-git-send-email-baolu.lu@linux.intel.com>

[-- Attachment #1: Type: text/plain, Size: 2849 bytes --]

Hi Lu,

[auto build test WARNING on v4.3-rc7]
[also build test WARNING on next-20151111]

url:    https://github.com/0day-ci/linux/commits/Lu-Baolu/usb-core-lpm-add-sysfs-node-for-usb3-lpm-permit/20151111-160805
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   include/linux/usb.h:614: warning: No description found for parameter 'usb3_lpm_u1_enabled'
   include/linux/usb.h:614: warning: No description found for parameter 'usb3_lpm_u2_enabled'
>> include/linux/usb.h:614: warning: Excess struct/union/enum/typedef member 'usb3_lpm_enabled' description in 'usb_device'

vim +614 include/linux/usb.h

f476fbab Randy Dunlap         2008-02-13  598  	unsigned long active_duration;
15123006 Sarah Sharp          2007-12-21  599  
645daaab Alan Stern           2006-08-30  600  #ifdef CONFIG_PM
f476fbab Randy Dunlap         2008-02-13  601  	unsigned long connect_time;
f476fbab Randy Dunlap         2008-02-13  602  
f476fbab Randy Dunlap         2008-02-13  603  	unsigned do_remote_wakeup:1;
f476fbab Randy Dunlap         2008-02-13  604  	unsigned reset_resume:1;
bfd1e910 Alan Stern           2012-10-19  605  	unsigned port_is_suspended:1;
645daaab Alan Stern           2006-08-30  606  #endif
b1d8dfb0 Inaky Perez-Gonzalez 2008-04-08  607  	struct wusb_dev *wusb_dev;
c6515272 Sarah Sharp          2009-04-27  608  	int slot_id;
0846e7e9 Matthew Garrett      2012-02-03  609  	enum usb_device_removable removable;
17f34867 Mathias Nyman        2013-05-23  610  	struct usb2_lpm_parameters l1_params;
51e0a012 Sarah Sharp          2012-02-20  611  	struct usb3_lpm_parameters u1_params;
51e0a012 Sarah Sharp          2012-02-20  612  	struct usb3_lpm_parameters u2_params;
1ea7e0e8 Sarah Sharp          2012-04-24  613  	unsigned lpm_disable_count;
^1da177e Linus Torvalds       2005-04-16 @614  };
^1da177e Linus Torvalds       2005-04-16  615  #define	to_usb_device(d) container_of(d, struct usb_device, dev)
^1da177e Linus Torvalds       2005-04-16  616  
1e429018 Matthew Wilcox       2010-04-30  617  static inline struct usb_device *interface_to_usbdev(struct usb_interface *intf)
1e429018 Matthew Wilcox       2010-04-30  618  {
1e429018 Matthew Wilcox       2010-04-30  619  	return to_usb_device(intf->dev.parent);
1e429018 Matthew Wilcox       2010-04-30  620  }
1e429018 Matthew Wilcox       2010-04-30  621  
^1da177e Linus Torvalds       2005-04-16  622  extern struct usb_device *usb_get_dev(struct usb_device *dev);

:::::: The code at line 614 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2

:::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org>

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 6062 bytes --]

  reply	other threads:[~2015-11-11  9:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11  8:03 [PATCH 0/3] usb: core: lpm: add sysfs node for usb3 lpm permit Lu Baolu
2015-11-11  8:03 ` [PATCH 1/3] usb: core: lpm: fix usb3_hardware_lpm sysfs node Lu Baolu
2015-11-11  8:03 ` [PATCH 2/3] usb: core: lpm: add sysfs node for usb3 lpm permit Lu Baolu
2015-11-11  8:03 ` [PATCH 3/3] usb: core: lpm: remove usb3_lpm_enabled in usb_device Lu Baolu
2015-11-11  9:48   ` kbuild test robot [this message]
2015-11-11 15:10   ` Alan Stern
2015-11-12  2:17     ` Lu, Baolu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201511111734.P9nv1LCJ%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=baolu.lu@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mathias.nyman@intel.com \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®