Re: [PATCH v2] drivers: usb: gadget: fusb300_udc.h: Fix typo in include guard

2014-08-22 Thread Felipe Balbi
Hi, On Fri, Aug 22, 2014 at 05:21:12PM +0200, Rasmus Villemoes wrote: > Felipe Balbi writes: > > > On Fri, Aug 22, 2014 at 04:44:33PM +0200, Rasmus Villemoes wrote: > >> Clearly this was meant to be an include guard, but a trailing > >> underscore was missing. It has been this way since the file

Re: [PATCH v2] drivers: usb: gadget: fusb300_udc.h: Fix typo in include guard

2014-08-22 Thread Rasmus Villemoes
Felipe Balbi writes: > On Fri, Aug 22, 2014 at 04:44:33PM +0200, Rasmus Villemoes wrote: >> Clearly this was meant to be an include guard, but a trailing >> underscore was missing. It has been this way since the file was >> introduced in 0fe6f1d1 ("usb: udc: add Faraday fusb300 driver"). >> > >

Re: [PATCH v2] drivers: usb: gadget: fusb300_udc.h: Fix typo in include guard

2014-08-22 Thread Felipe Balbi
On Fri, Aug 22, 2014 at 04:44:33PM +0200, Rasmus Villemoes wrote: > Clearly this was meant to be an include guard, but a trailing > underscore was missing. It has been this way since the file was > introduced in 0fe6f1d1 ("usb: udc: add Faraday fusb300 driver"). > right here you need to have: Fi

[PATCH v2] drivers: usb: gadget: fusb300_udc.h: Fix typo in include guard

2014-08-22 Thread Rasmus Villemoes
Clearly this was meant to be an include guard, but a trailing underscore was missing. It has been this way since the file was introduced in 0fe6f1d1 ("usb: udc: add Faraday fusb300 driver"). Signed-off-by: Rasmus Villemoes --- drivers/usb/gadget/udc/fusb300_udc.h | 2 +- 1 file changed, 1 insert