mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
pinctrl: pinmux: Fix kerneldoc for pinmux_generic_add_function()
Correct the incorrect function name and description.
Fixes: a76edc89b1
("pinctrl: core: Add generic pinctrl functions for managing groups")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
00df0582ea
commit
6bffa7e163
@ -763,7 +763,7 @@ struct function_desc *pinmux_generic_get_function(struct pinctrl_dev *pctldev,
|
||||
EXPORT_SYMBOL_GPL(pinmux_generic_get_function);
|
||||
|
||||
/**
|
||||
* pinmux_generic_get_function_groups() - gets the function groups
|
||||
* pinmux_generic_add_function() - adds a function group
|
||||
* @pctldev: pin controller device
|
||||
* @name: name of the function
|
||||
* @groups: array of pin groups
|
||||
|
Loading…
Reference in New Issue
Block a user