Re: [PATCH v2] usb: dwc3: core: Stop processing of pending events if controller is halted

From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Tue Sep 17 2024 - 01:39:54 EST


On Mon, Sep 16, 2024 at 11:00:30PM +0000, Thinh Nguyen wrote:
> On Tue, Sep 17, 2024, Selvarasu Ganesan wrote:
> > This commit addresses an issue where events were being processed when
> > the controller was in a halted state. To fix this issue by stop
> > processing the events as the event count was considered stale or
> > invalid when the controller was halted.
> >
> > Fixes: fc8bb91bc83e ("usb: dwc3: implement runtime PM")
> > Cc: stable <stable@xxxxxxxxxx>
>
> Checkpatch doesn't like that format. Fix the Cc stable tag to below:
>
> Cc: stable@xxxxxxxxxx

What? Why? That should be fine, exactly what is the warning that this
gives? That should be fine, as it's what my scripts put into patches
that I create :)

thanks,

greg k-h