Re: [PATCH] gpio: fix kernel-doc for of_gpio_need_valid_mask()

2019-10-09 Thread Linus Walleij
On Tue, Oct 8, 2019 at 10:40 PM Randy Dunlap wrote: > From: Randy Dunlap > > Fix kernel-doc for of_gpio_need_valid_mask(). > Fixes this warning and uses correct Return: format. > > ../drivers/gpio/gpiolib-of.c:92: warning: Excess function parameter 'dev' > description in 'of_gpio_need_valid_mas

[PATCH] gpio: fix kernel-doc for of_gpio_need_valid_mask()

2019-10-08 Thread Randy Dunlap
From: Randy Dunlap Fix kernel-doc for of_gpio_need_valid_mask(). Fixes this warning and uses correct Return: format. ../drivers/gpio/gpiolib-of.c:92: warning: Excess function parameter 'dev' description in 'of_gpio_need_valid_mask' Fixes: f626d6dfb709 ("gpio: of: Break out OF-only code") Signe