Skip to content

Commit 4a6cc96

Browse files
AntonioBorneoLinus Walleij
authored andcommitted
pinctrl: pinconf-generic: Fix minor typos in comments
s/specyfying/specifying/ s/propertity/property/ Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 920500c commit 4a6cc96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/pinctrl/pinconf-generic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static void pinconf_generic_dump_one(struct pinctrl_dev *pctldev,
104104
* @pctldev: Pincontrol device
105105
* @s: File to print to
106106
* @gname: Group name specifying pins
107-
* @pin: Pin number specyfying pin
107+
* @pin: Pin number specifying pin
108108
*
109109
* Print the pinconf configuration for the requested pin(s) to @s. Pins can be
110110
* specified either by pin using @pin or by group using @gname. Only one needs
@@ -242,7 +242,7 @@ static void parse_dt_cfg(struct device_node *np,
242242
* @pmux: array with pin mux value entries
243243
* @npins: number of pins
244244
*
245-
* pinmux propertity: mux value [0,7]bits and pin identity [8,31]bits.
245+
* pinmux property: mux value [0,7]bits and pin identity [8,31]bits.
246246
*/
247247
int pinconf_generic_parse_dt_pinmux(struct device_node *np, struct device *dev,
248248
unsigned int **pid, unsigned int **pmux,

0 commit comments

Comments
 (0)