Re: [PATCH] tools: usbip: list.h: fix kernel-doc for list_del()

2021-03-25 Thread Greg KH
On Wed, Mar 24, 2021 at 06:35:01PM -0700, Randy Dunlap wrote: > On 3/24/21 4:32 PM, Shuah Khan wrote: > > On 3/23/21 6:02 PM, Randy Dunlap wrote: > >> In list.h, the kernel-doc for list_del() should be immediately > >> preceding the implementation and not separated from it by > >> another function

Re: [PATCH] tools: usbip: list.h: fix kernel-doc for list_del()

2021-03-24 Thread Randy Dunlap
On 3/24/21 4:32 PM, Shuah Khan wrote: > On 3/23/21 6:02 PM, Randy Dunlap wrote: >> In list.h, the kernel-doc for list_del() should be immediately >> preceding the implementation and not separated from it by >> another function implementation. >> >> Eliminates this kernel-doc error: >> list.h:1:

Re: [PATCH] tools: usbip: list.h: fix kernel-doc for list_del()

2021-03-24 Thread Shuah Khan
On 3/23/21 6:02 PM, Randy Dunlap wrote: In list.h, the kernel-doc for list_del() should be immediately preceding the implementation and not separated from it by another function implementation. Eliminates this kernel-doc error: list.h:1: warning: 'list_del' not found Signed-off-by: Randy

[PATCH] tools: usbip: list.h: fix kernel-doc for list_del()

2021-03-23 Thread Randy Dunlap
In list.h, the kernel-doc for list_del() should be immediately preceding the implementation and not separated from it by another function implementation. Eliminates this kernel-doc error: list.h:1: warning: 'list_del' not found Signed-off-by: Randy Dunlap Cc: Valentina Manea Cc: Shuah Khan