Re: [PATCH] udc: lpc32xx: mark local function static

2020-07-06 Thread Arnd Bergmann
On Tue, Jun 30, 2020 at 8:32 PM Vladimir Zapolskiy wrote: > > Hi Arnd, thank you for the patch. > > On 6/30/20 2:58 PM, Arnd Bergmann wrote: > > The kernel test robot reports two functions that should be marked > > static: > > > >>> drivers/usb/gadget/udc/lpc32xx_udc.c:1928:6: warning: no

Re: [PATCH] udc: lpc32xx: mark local function static

2020-06-30 Thread Vladimir Zapolskiy
Hi Arnd, thank you for the patch. On 6/30/20 2:58 PM, Arnd Bergmann wrote: > The kernel test robot reports two functions that should be marked > static: > >>> drivers/usb/gadget/udc/lpc32xx_udc.c:1928:6: warning: no previous prototype >>> for 'udc_send_in_zlp' [-Wmissing-prototypes] > 1928

[PATCH] udc: lpc32xx: mark local function static

2020-06-30 Thread Arnd Bergmann
The kernel test robot reports two functions that should be marked static: >> drivers/usb/gadget/udc/lpc32xx_udc.c:1928:6: warning: no previous prototype >> for 'udc_send_in_zlp' [-Wmissing-prototypes] 1928 | void udc_send_in_zlp(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) >>