Commit 85dc397a authored by Markus Elfring's avatar Markus Elfring Committed by Linus Walleij

pinctrl: rockchip: Fix a typo in four comment lines

Adjust words in these descriptions.
Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 283b7ac9
...@@ -136,7 +136,7 @@ struct rockchip_drv { ...@@ -136,7 +136,7 @@ struct rockchip_drv {
* @iomux: array describing the 4 iomux sources of the bank * @iomux: array describing the 4 iomux sources of the bank
* @drv: array describing the 4 drive strength sources of the bank * @drv: array describing the 4 drive strength sources of the bank
* @pull_type: array describing the 4 pull type sources of the bank * @pull_type: array describing the 4 pull type sources of the bank
* @valid: are all necessary informations present * @valid: is all necessary information present
* @of_node: dt node of this bank * @of_node: dt node of this bank
* @drvdata: common pinctrl basedata * @drvdata: common pinctrl basedata
* @domain: irqdomain of the gpio bank * @domain: irqdomain of the gpio bank
...@@ -1988,7 +1988,7 @@ static int rockchip_pmx_set(struct pinctrl_dev *pctldev, unsigned selector, ...@@ -1988,7 +1988,7 @@ static int rockchip_pmx_set(struct pinctrl_dev *pctldev, unsigned selector,
info->functions[selector].name, info->groups[group].name); info->functions[selector].name, info->groups[group].name);
/* /*
* for each pin in the pin group selected, program the correspoding pin * for each pin in the pin group selected, program the corresponding
* pin function number in the config register. * pin function number in the config register.
*/ */
for (cnt = 0; cnt < info->groups[group].npins; cnt++) { for (cnt = 0; cnt < info->groups[group].npins; cnt++) {
...@@ -2535,7 +2535,7 @@ static int rockchip_gpio_get(struct gpio_chip *gc, unsigned offset) ...@@ -2535,7 +2535,7 @@ static int rockchip_gpio_get(struct gpio_chip *gc, unsigned offset)
/* /*
* gpiolib gpio_direction_input callback function. The setting of the pin * gpiolib gpio_direction_input callback function. The setting of the pin
* mux function as 'gpio input' will be handled by the pinctrl susbsystem * mux function as 'gpio input' will be handled by the pinctrl subsystem
* interface. * interface.
*/ */
static int rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned offset) static int rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned offset)
...@@ -2545,7 +2545,7 @@ static int rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned offset) ...@@ -2545,7 +2545,7 @@ static int rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned offset)
/* /*
* gpiolib gpio_direction_output callback function. The setting of the pin * gpiolib gpio_direction_output callback function. The setting of the pin
* mux function as 'gpio output' will be handled by the pinctrl susbsystem * mux function as 'gpio output' will be handled by the pinctrl subsystem
* interface. * interface.
*/ */
static int rockchip_gpio_direction_output(struct gpio_chip *gc, static int rockchip_gpio_direction_output(struct gpio_chip *gc,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment