Skip to content

Commit 25fae75

Browse files
pdp7linusw
authored andcommitted
pinctrl: single: fix function name in documentation
Use the correct the function name in the documentation for "pcs_parse_one_pinctrl_entry()". "smux_parse_one_pinctrl_entry()" appears to be an artifact from the development of a prior patch series ("simple pinmux driver") which transformed into pinctrl-single. Signed-off-by: Drew Fustini <[email protected]> Link: https://lore.kernel.org/r/20200612112758.GA3407886@x1 Signed-off-by: Linus Walleij <[email protected]>
1 parent 7f5f4de commit 25fae75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/pinctrl-single.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ static int pcs_parse_pinconf(struct pcs_device *pcs, struct device_node *np,
958958
}
959959

960960
/**
961-
* smux_parse_one_pinctrl_entry() - parses a device tree mux entry
961+
* pcs_parse_one_pinctrl_entry() - parses a device tree mux entry
962962
* @pctldev: pin controller device
963963
* @pcs: pinctrl driver instance
964964
* @np: device node of the mux entry

0 commit comments

Comments
 (0)