On Thu, Mar 25, 2021 at 6:56 PM Randy Dunlap <rdun...@infradead.org> 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 for doc(). Prototype was for > gpiotools_request_line() instead > gpio-utils.c:265: warning: Excess function parameter 'value' description in > 'gpiotools_sets' > gpio-utils.c:1: warning: 'gpiotools_request_lines' not found > > Signed-off-by: Randy Dunlap <rdun...@infradead.org> > Cc: Bartosz Golaszewski <bgolaszew...@baylibre.com> > Cc: Linus Walleij <linus.wall...@linaro.org> > Cc: linux-g...@vger.kernel.org > ---
Applied, thanks! Bartosz