Skip to content

Commit

Permalink
pinctrl: single: fix function name in documentation
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pdp7 authored and linusw committed Jun 20, 2020
1 parent 7f5f4de commit 25fae75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-single.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25fae75

Please sign in to comment.