Skip to content

Commit 02c1820

Browse files
vincenzopalazzogregkh
authored andcommitted
usb: dwc3: Fix a typo in field name
Fix a typo inside the dwc3 struct docs. Fixes: 63d7f98 ("usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug") Signed-off-by: Vincenzo Palazzo <[email protected]> Acked-by: Thinh Nguyen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 02d210f commit 02c1820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/dwc3/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ struct dwc3_scratchpad_array {
10981098
* change quirk.
10991099
* @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate
11001100
* check during HS transmit.
1101-
* @resume-hs-terminations: Set if we enable quirk for fixing improper crc
1101+
* @resume_hs_terminations: Set if we enable quirk for fixing improper crc
11021102
* generation after resume from suspend.
11031103
* @parkmode_disable_ss_quirk: set if we need to disable all SuperSpeed
11041104
* instances in park mode.

0 commit comments

Comments
 (0)