[PATCH v1 08/19] pinctrl: armada-37xx: Fix function name in the kernel doc
Gregory CLEMENT
gregory.clement at bootlin.com
Mon Nov 8 02:37:46 PST 2021
Andy Shevchenko <andriy.shevchenko at linux.intel.com> writes:
> Kernel doc validator is not happy:
>
> .../pinctrl-armada-37xx.c:926: warning: expecting prototype for armada_37xx_fill_funcs(). Prototype was for armada_37xx_fill_func() instead
>
> Fix this by updating function name in the kernel doc.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Reviewed-by: Gregory CLEMENT <gregory.clement at bootlin.com>
Thanks,
Gregory
> ---
> drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c b/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
> index 5cb018f98800..5615cb7a1209 100644
> --- a/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
> +++ b/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
> @@ -913,7 +913,7 @@ static int armada_37xx_fill_group(struct armada_37xx_pinctrl *info)
> }
>
> /**
> - * armada_37xx_fill_funcs() - complete the funcs array
> + * armada_37xx_fill_func() - complete the funcs array
> * @info: info driver instance
> *
> * Based on the data available from the armada_37xx_pin_group array
> --
> 2.33.0
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
More information about the linux-arm-kernel
mailing list