Re: [PATCH v2] usb: fix some spelling mistakes in comment of gadget

2023-02-16 Thread Greg KH
On Wed, Feb 15, 2023 at 05:35:35PM -0800, Zhou nan wrote: > usb: Fix spelling mistake in comments of gadget. > > Signed-off-by: Zhou nan > --- Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to t

Re: [PATCH v2] usb: fix some spelling mistakes in comment of gadget

2023-02-15 Thread Randy Dunlap
On 2/15/23 17:35, Zhou nan wrote: > usb: Fix spelling mistake in comments of gadget. > > Signed-off-by: Zhou nan Acked-by: Randy Dunlap Thanks. > --- > v2: > - Modify the title and description text. > --- > drivers/usb/gadget/udc/fsl_udc_core.c | 8 > 1 file changed, 4 insertions

[PATCH v2] usb: fix some spelling mistakes in comment of gadget

2023-02-15 Thread Zhou nan
usb: Fix spelling mistake in comments of gadget. Signed-off-by: Zhou nan --- v2: - Modify the title and description text. --- drivers/usb/gadget/udc/fsl_udc_core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/gadget/udc/fsl_udc_core.c b/drivers/usb/gad