gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chip
authorUwe Kleine-König <uwe@kleine-koenig.org>
Mon, 8 Oct 2018 09:34:03 +0000 (11:34 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Oct 2018 11:36:18 +0000 (13:36 +0200)
The function is about adding a gpio_chip so dev has to belong to this
one. Fix wording to be more grammatically correct (but attention, I'm
not a native speaker).

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c

index 16ab167717dcc250ececa5b2df5cd11a4773b1ca..76ade1a7cf43368df1e01eb2c8bf328f89f82e43 100644 (file)
@@ -1525,7 +1525,7 @@ static int devm_gpio_chip_match(struct device *dev, void *res, void *data)
 
 /**
  * devm_gpiochip_add_data() - Resource manager gpiochip_add_data()
- * @dev: the device pointer on which irq_chip belongs to.
+ * @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
  *