Re: [PATCH 1/2] usb: dwc3: add '*' for @needs_full_reinit comment

From: Thinh Nguyen

Date: Tue Mar 03 2026 - 18:55:35 EST


On Tue, Mar 03, 2026, Frank Li wrote:
> On Tue, Mar 03, 2026 at 10:15:58AM +0800, Xu Yang wrote:
> > Fix a comment codestyle of needs_full_reinit.
>
> Fix kernel-doc issue?
>
>

Also, add Fixes tag.

Thanks,
Thinh

> >
> > Signed-off-by: Xu Yang <xu.yang_2@xxxxxxx>
> > ---
> > 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
> >