diff options
Diffstat (limited to 'drivers/gpio/devres.c')
-rw-r--r-- | drivers/gpio/devres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/devres.c b/drivers/gpio/devres.c index 7031eea165c9..a75511d1ea5d 100644 --- a/drivers/gpio/devres.c +++ b/drivers/gpio/devres.c | |||
@@ -136,7 +136,7 @@ EXPORT_SYMBOL(devm_gpiod_get_index); | |||
136 | * GPIO descriptors returned from this function are automatically disposed on | 136 | * GPIO descriptors returned from this function are automatically disposed on |
137 | * driver detach. | 137 | * driver detach. |
138 | * | 138 | * |
139 | * On successfull request the GPIO pin is configured in accordance with | 139 | * On successful request the GPIO pin is configured in accordance with |
140 | * provided @flags. | 140 | * provided @flags. |
141 | */ | 141 | */ |
142 | struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, | 142 | struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, |