Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: renesas: rza1: Fix kerneldoc function names

make W=1:

drivers/pinctrl/renesas/pinctrl-rza1.c:770: warning: expecting prototype for rza1_gpio_disable_free(). Prototype was for rza1_gpio_free() instead
drivers/pinctrl/renesas/pinctrl-rza1.c:889: warning: expecting prototype for rza1_parse_pmx_function(). Prototype was for rza1_parse_pinmux_node() instead

Fixes: 5a49b644b3075f88 ("pinctrl: Renesas RZ/A1 pin and gpio controller")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Link: https://lore.kernel.org/r/2188ede78110c64b8a3bfbfa794a085dac0e4cd2.1634645735.git.geert+renesas@glider.be

+3 -3
+3 -3
drivers/pinctrl/renesas/pinctrl-rza1.c
··· 757 757 } 758 758 759 759 /** 760 - * rza1_gpio_disable_free() - reset a pin 760 + * rza1_gpio_free() - reset a pin 761 761 * 762 - * Surprisingly, disable_free a gpio, is equivalent to request it. 762 + * Surprisingly, freeing a gpio is equivalent to requesting it. 763 763 * Reset pin to port mode, with input buffer disabled. This overwrites all 764 764 * port direction settings applied with set_direction 765 765 * ··· 875 875 } 876 876 877 877 /** 878 - * rza1_parse_pmx_function() - parse a pin mux sub-node 878 + * rza1_parse_pinmux_node() - parse a pin mux sub-node 879 879 * 880 880 * @rza1_pctl: RZ/A1 pin controller device 881 881 * @np: of pmx sub-node