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

pinctrl: fix pinconf_ops::pin_config_dbg_parse_modify kerneldoc

The kerneldoc comment for struct pinconf_ops was missing
pin_config_dbg_parse_modify, and instead described
pin_config_group_dbg_set (which is presumably an old name for the same
function). Rename it in the kerneldoc comment so they match.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

James Hogan and committed by
Linus Walleij
1c851fb1 843aec96

+1 -1
+1 -1
include/linux/pinctrl/pinconf.h
··· 30 30 * @pin_config_set: configure an individual pin 31 31 * @pin_config_group_get: get configurations for an entire pin group 32 32 * @pin_config_group_set: configure all pins in a group 33 - * @pin_config_group_dbg_set: optional debugfs to modify a pin configuration 33 + * @pin_config_dbg_parse_modify: optional debugfs to modify a pin configuration 34 34 * @pin_config_dbg_show: optional debugfs display hook that will provide 35 35 * per-device info for a certain pin in debugfs 36 36 * @pin_config_group_dbg_show: optional debugfs display hook that will provide