Linux USB
 help / color / mirror / Atom feed
* [PATCH] usb: dwc2: add missing @remotewakeup kernel-doc parameter
@ 2026-06-04  0:05 Rosen Penev
  0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-06-04  0:05 UTC (permalink / raw)
  To: linux-usb; +Cc: Minas Harutyunyan, Greg Kroah-Hartman, open list

Add the @remotewakeup kernel-doc parameter description to the
dwc2_wakeup_from_lpm_l1() function.

Fixes: 5d69a3b54e5a ("usb: dwc2: gadget: LPM flow fix")
Assisted-by: opencode:big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/usb/dwc2/core_intr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/usb/dwc2/core_intr.c b/drivers/usb/dwc2/core_intr.c
index 7d3e641806f8..9565e6a52725 100644
--- a/drivers/usb/dwc2/core_intr.c
+++ b/drivers/usb/dwc2/core_intr.c
@@ -334,9 +334,8 @@ static void dwc2_handle_session_req_intr(struct dwc2_hsotg *hsotg)
 
 /**
  * dwc2_wakeup_from_lpm_l1 - Exit the device from LPM L1 state
- *
  * @hsotg: Programming view of DWC_otg controller
- *
+ * @remotewakeup: Whether this is a remote wakeup
  */
 void dwc2_wakeup_from_lpm_l1(struct dwc2_hsotg *hsotg, bool remotewakeup)
 {
-- 
2.54.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-04  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-04  0:05 [PATCH] usb: dwc2: add missing @remotewakeup kernel-doc parameter Rosen Penev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox