Re: [PATCH] tools: gpio-utils: fix various kernel-doc warnings

2021-03-26 Thread Bartosz Golaszewski
On Thu, Mar 25, 2021 at 6:56 PM Randy Dunlap wrote: > > Fix several problems in kernel-doc notation in gpio-utils.c. > > gpio-utils.c:37: warning: Incorrect use of kernel-doc format: * > gpiotools_request_line() - request gpio lines in a gpiochip > gpio-utils.c:61: warning: expecting prototype

Re: [PATCH] tools: gpio-utils: fix various kernel-doc warnings

2021-03-25 Thread Linus Walleij
On Thu, Mar 25, 2021 at 6:56 PM Randy Dunlap wrote: > Fix several problems in kernel-doc notation in gpio-utils.c. > > gpio-utils.c:37: warning: Incorrect use of kernel-doc format: * > gpiotools_request_line() - request gpio lines in a gpiochip > gpio-utils.c:61: warning: expecting prototype

[PATCH] tools: gpio-utils: fix various kernel-doc warnings

2021-03-25 Thread Randy Dunlap
Fix several problems in kernel-doc notation in gpio-utils.c. gpio-utils.c:37: warning: Incorrect use of kernel-doc format: * gpiotools_request_line() - request gpio lines in a gpiochip gpio-utils.c:61: warning: expecting prototype for doc(). Prototype was for gpiotools_request_line() instead