瀏覽代碼

usb: dwc3: Describe 'wakeup_work' field of struct dwc3_pci

Describe 'wakeup_work' field of struct dwc3_pci to avoid a warning:

drivers/usb/dwc3/dwc3-pci.c:59: warning: Function parameter or member 'wakeup_work' not described in 'dwc3_pci'

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Andy Shevchenko 7 年之前
父節點
當前提交
87d852de94
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/usb/dwc3/dwc3-pci.c

+ 1 - 0
drivers/usb/dwc3/dwc3-pci.c

@@ -49,6 +49,7 @@
  * @pci: our link to PCI bus
  * @pci: our link to PCI bus
  * @guid: _DSM GUID
  * @guid: _DSM GUID
  * @has_dsm_for_pm: true for devices which need to run _DSM on runtime PM
  * @has_dsm_for_pm: true for devices which need to run _DSM on runtime PM
+ * @wakeup_work: work for asynchronous resume
  */
  */
 struct dwc3_pci {
 struct dwc3_pci {
 	struct platform_device *dwc3;
 	struct platform_device *dwc3;