From: Vincenzo Palazzo Date: Thu, 2 Mar 2023 15:07:06 +0000 (+0100) Subject: usb: dwc3: Fix a typo in field name X-Git-Tag: v5.10.227~464 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31292316c5fe98a9a1c4bcf5a04875481ab53ea9;p=thirdparty%2Fkernel%2Fstable.git usb: dwc3: Fix a typo in field name commit 02c1820345e795148e6b497ef85090915401698e upstream. Fix a typo inside the dwc3 struct docs. Fixes: 63d7f9810a38 ("usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug") Signed-off-by: Vincenzo Palazzo Acked-by: Thinh Nguyen Link: https://lore.kernel.org/r/20230302150706.229008-1-vincenzopalazzodev@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 1765e58089fce..ebe086feb3bb5 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -1053,7 +1053,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.