Re: [PATCH] usb: gadget: aspeed-vhub: constify usb_gadget_ops structure

2018-11-07 Thread Andrew Jeffery
On Wed, 31 Oct 2018, at 02:49, Julia Lawall wrote: > The usb_gadget_ops structure can be const as it is only stored in > the ops field of a usb_gadget structure and this field is const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Reviewed-

Re: [PATCH] usb: gadget: fix spelling mistakeis "[En]queing" -> "[En]queuing"

2018-11-07 Thread Andrew Jeffery
On Sat, 29 Sep 2018, at 22:13, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistakes in debug warning messages > > Signed-off-by: Colin Ian King Reviewed-by: Andrew Jeffery > --- > drivers/usb/gadget/udc/aspeed-vhub/epn.c | 2 +- > dr