Re: [PATCH v2] pinctrl: single: fix function name in documentation

2020-07-07 Thread Linus Walleij
On Wed, Jun 17, 2020 at 8:05 PM Drew Fustini  wrote:

> 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.
>
> Fixes: 8b8b091bf07f ("pinctrl: Add one-register-per-pin type device tree 
> based pinctrl driver")
> Signed-off-by: Drew Fustini 
> ---
> v2:
> - add triv...@kernel.org
> - add Fixes: tag

Patch applied as non-critical fix (v5.9).

Yours,
Linus Walleij


[PATCH v2] pinctrl: single: fix function name in documentation

2020-06-17 Thread Drew Fustini
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.

Fixes: 8b8b091bf07f ("pinctrl: Add one-register-per-pin type device tree based 
pinctrl driver")
Signed-off-by: Drew Fustini 
---
v2:
- add triv...@kernel.org
- add Fixes: tag

 drivers/pinctrl/pinctrl-single.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pinctrl/pinctrl-single.c
index a9d511982780..02f677eb1d53 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
-- 
2.25.1