Re: [PATCH] tools: gpio-utils: fix various kernel-doc warnings
From: Bartosz Golaszewski <hidden>
Date: 2021-03-26 12:56:20
Also in:
lkml
From: Bartosz Golaszewski <hidden>
Date: 2021-03-26 12:56:20
Also in:
lkml
On Thu, Mar 25, 2021 at 6:56 PM Randy Dunlap [off-list ref] 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 <redacted> Cc: Bartosz Golaszewski <redacted> Cc: Linus Walleij <redacted> Cc: linux-gpio@vger.kernel.org ---
Applied, thanks! Bartosz