Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Antonio Borneo and committed by
Linus Walleij
4a6cc965 920500c5

+2 -2
+2 -2
drivers/pinctrl/pinconf-generic.c
··· 104 104 * @pctldev: Pincontrol device 105 105 * @s: File to print to 106 106 * @gname: Group name specifying pins 107 - * @pin: Pin number specyfying pin 107 + * @pin: Pin number specifying pin 108 108 * 109 109 * Print the pinconf configuration for the requested pin(s) to @s. Pins can be 110 110 * specified either by pin using @pin or by group using @gname. Only one needs ··· 242 242 * @pmux: array with pin mux value entries 243 243 * @npins: number of pins 244 244 * 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. 246 246 */ 247 247 int pinconf_generic_parse_dt_pinmux(struct device_node *np, struct device *dev, 248 248 unsigned int **pid, unsigned int **pmux,