gpiolib: Grammar s/manager/managed/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Nov 2019 14:37:45 +0000 (15:37 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Nov 2019 12:53:58 +0000 (13:53 +0100)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20191120143745.1254-1-geert+renesas@glider.be
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c

index 21b02a0..9913886 100644 (file)
@@ -1669,7 +1669,7 @@ static void devm_gpio_chip_release(struct device *dev, void *res)
 }
 
 /**
- * devm_gpiochip_add_data() - Resource manager gpiochip_add_data()
+ * devm_gpiochip_add_data() - Resource managed gpiochip_add_data()
  * @dev: pointer to the device that gpio_chip belongs to.
  * @chip: the chip to register, with chip->base initialized
  * @data: driver-private data associated with this chip