Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH v2 1/2] usb: dwc3: fix a kernel-doc issue
@ 2026-03-04 11:39 Xu Yang
  2026-03-04 11:39 ` [PATCH v2 2/2] usb: dwc3: fix a typo 'HishSpeed' Xu Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Xu Yang @ 2026-03-04 11:39 UTC (permalink / raw)
  To: Thinh.Nguyen, gregkh; +Cc: linux-usb, imx, linux-kernel

Add '*' to needs_full_reinit comment line to fix a kernel-doc issue.

Fixes: a717321ad7c4 ("usb: dwc3: add needs_full_reinit flag")
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>

---
Change in v2:
 - improve the commit message
 - add fix tag
---
 drivers/usb/dwc3/core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index 67bcc8dccc89..7adb8e74bd84 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -1120,7 +1120,7 @@ struct dwc3_glue_ops {
  * @usb2_lpm_disable: set to disable usb2 lpm for host
  * @usb2_gadget_lpm_disable: set to disable usb2 lpm for gadget
  * @needs_full_reinit: set to indicate the core may lose power and need full
-			initialization during system pm
+ *			initialization during system pm
  * @disable_scramble_quirk: set if we enable the disable scramble quirk
  * @u2exit_lfps_quirk: set if we enable u2exit lfps quirk
  * @u2ss_inp3_quirk: set if we enable P3 OK for U2/SS Inactive quirk
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-05  1:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 11:39 [PATCH v2 1/2] usb: dwc3: fix a kernel-doc issue Xu Yang
2026-03-04 11:39 ` [PATCH v2 2/2] usb: dwc3: fix a typo 'HishSpeed' Xu Yang
2026-03-04 11:59   ` Daniel Baluta
2026-03-05  1:34   ` Thinh Nguyen
2026-03-04 12:00 ` [PATCH v2 1/2] usb: dwc3: fix a kernel-doc issue Daniel Baluta
2026-03-05  1:33 ` Thinh Nguyen

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