Re: [PATCH v1 4/6] usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel doc

2021-03-23 Thread Andy Shevchenko
On Tue, Mar 23, 2021 at 11:46 AM Sergei Shtylyov wrote: > On 23.03.2021 0:11, Andy Shevchenko wrote: > > > Kernel doc and the content described by it shouldn't be teared apart. > > s/teared/torn/? Thanks! I will change if the maintainer asks to resend or if it will be another version for

Re: [PATCH v1 4/6] usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel doc

2021-03-23 Thread Sergei Shtylyov
Hi! On 23.03.2021 0:11, Andy Shevchenko wrote: Kernel doc and the content described by it shouldn't be teared apart. s/teared/torn/? Otherwise validator is not happy: .../pch_udc.c:573: warning: expecting prototype for pch_udc_reconnect(). Prototype was for pch_udc_init() instead

[PATCH v1 4/6] usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel doc

2021-03-22 Thread Andy Shevchenko
Kernel doc and the content described by it shouldn't be teared apart. Otherwise validator is not happy: .../pch_udc.c:573: warning: expecting prototype for pch_udc_reconnect(). Prototype was for pch_udc_init() instead Fixes: 1c575d2d2e3f ("usb: gadget: pch_udc: Fix usb/gadget/pch_udc: Fix ether