···136136 * GPIO descriptors returned from this function are automatically disposed on137137 * driver detach.138138 *139139- * On successfull request the GPIO pin is configured in accordance with139139+ * On successful request the GPIO pin is configured in accordance with140140 * provided @flags.141141 */142142struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev,
+1-1
drivers/gpio/gpiolib.c
···33263326 * underlying firmware interface and then makes sure that the GPIO33273327 * descriptor is requested before it is returned to the caller.33283328 *33293329- * On successfull request the GPIO pin is configured in accordance with33293329+ * On successful request the GPIO pin is configured in accordance with33303330 * provided @dflags.33313331 *33323332 * In case of error an ERR_PTR() is returned.