aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew Fustini <drew@beagleboard.org>2020-06-12 13:27:58 +0200
committerLinus Walleij <linus.walleij@linaro.org>2020-06-20 22:41:32 +0200
commit25fae752156db7253471347df08a2700501eafde (patch)
tree4c65c437d4bd13636fc07aa9ec2c3dcd400901d8
parent7f5f4de83ca30a4922bb178b80144e2778faad01 (diff)
downloadlinux-uniphier-25fae752156db7253471347df08a2700501eafde.tar.gz
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 <drew@beagleboard.org> Link: https://lore.kernel.org/r/20200612112758.GA3407886@x1 Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/pinctrl/pinctrl-single.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pinctrl/pinctrl-single.c
index 1e0614daee9bf8..f3a8a465d27ec9 100644
--- a/drivers/pinctrl/pinctrl-single.c
+++ b/drivers/pinctrl/pinctrl-single.c
@@ -958,7 +958,7 @@ static int pcs_parse_pinconf(struct pcs_device *pcs, struct device_node *np,
}
/**
- * smux_parse_one_pinctrl_entry() - parses a device tree mux entry
+ * pcs_parse_one_pinctrl_entry() - parses a device tree mux entry
* @pctldev: pin controller device
* @pcs: pinctrl driver instance
* @np: device node of the mux entry