Message ID | 20230224115224.2838636-1-vincenzopalazzodev@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | [1/1] usb: dwc3: fixes a typo in field name | expand |
On Fri, Feb 24, 2023, Vincenzo Palazzo wrote: > fixes a typo inside the dwc3 struct docs. Minor nit: can you change "fixes" to "Fix" for both here and in the $subject. > Can you also add a "Fixes" tag with the commit this fixed? Thanks, Thinh > Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com> > --- > 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 8f9959ba9fd4..ac81d523710d 100644 > --- a/drivers/usb/dwc3/core.h > +++ b/drivers/usb/dwc3/core.h > @@ -1098,7 +1098,7 @@ struct dwc3_scratchpad_array { > * change quirk. > * @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate > * check during HS transmit. > - * @resume-hs-terminations: Set if we enable quirk for fixing improper crc > + * @resume_hs_terminations: Set if we enable quirk for fixing improper crc > * generation after resume from suspend. > * @parkmode_disable_ss_quirk: set if we need to disable all SuperSpeed > * instances in park mode. > -- > 2.39.2 >
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 8f9959ba9fd4..ac81d523710d 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -1098,7 +1098,7 @@ struct dwc3_scratchpad_array { * change quirk. * @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate * check during HS transmit. - * @resume-hs-terminations: Set if we enable quirk for fixing improper crc + * @resume_hs_terminations: Set if we enable quirk for fixing improper crc * generation after resume from suspend. * @parkmode_disable_ss_quirk: set if we need to disable all SuperSpeed * instances in park mode.
fixes a typo inside the dwc3 struct docs. Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com> --- drivers/usb/dwc3/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)