On Thu, Jan 16, 2025 at 11:06 PM Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> wrote: > > On Thu, Jan 16, 2025 at 01:50:17PM +0000, Guan-Yu Lin wrote: > > > diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c > > index 1bbf9592724f..6441742869ff 100644 > > --- a/drivers/usb/core/driver.c > > +++ b/drivers/usb/core/driver.c > > @@ -1413,19 +1413,31 @@ static int usb_resume_interface(struct usb_device *udev, > > */ > > static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) > > { > > - int status = 0; > > - int i = 0, n = 0; > > - struct usb_interface *intf; > > + int status = 0; > > + int i = 0, n = 0; > > + bool offload = false; > > + struct usb_interface *intf; > > Unnecessary whitespace change. Please remove this from the patch. > > Alan Stern Thanks for catching this, let me fix it in the next patch. Regards, Guan-Yu