diff options
| author | Michael Walle <[email protected]> | 2023-01-18 13:12:24 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-27 12:51:26 -0500 |
| commit | e71505fc983ca1734d1033095cee23b66e2f06e8 (patch) | |
| tree | f5a3a9a8b048696a1af40b145bda56b1b7ab6522 | |
| parent | 75013fa7240bb11ddca6d93dd96295daf3b769c1 (diff) | |
pinctrl: fix docstring
Fix the copy and paste error.
Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | drivers/pinctrl/pinctrl-uclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-uclass.c b/drivers/pinctrl/pinctrl-uclass.c index 4615b5c5dee..8837726cc16 100644 --- a/drivers/pinctrl/pinctrl-uclass.c +++ b/drivers/pinctrl/pinctrl-uclass.c @@ -382,7 +382,7 @@ int pinctrl_get_pin_muxing(struct udevice *dev, int selector, char *buf, } /** - * pinconfig_post_bind() - post binding for PINCTRL uclass + * pinctrl_post_bind() - post binding for PINCTRL uclass * Recursively bind child nodes as pinconfig devices in case of full pinctrl. * * @dev: pinctrl device |
