Skip to content

Commit

Permalink
gpiolib: Fix typo in comment ("piochip_add_data")
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Jonathan Neuschäfer authored and Linus Walleij committed Dec 21, 2017
1 parent a746a23 commit 689fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ static int devm_gpio_chip_match(struct device *dev, void *res, void *data)
}

/**
* devm_gpiochip_add_data() - Resource manager piochip_add_data()
* devm_gpiochip_add_data() - Resource manager gpiochip_add_data()
* @dev: the device pointer on which irq_chip belongs to.
* @chip: the chip to register, with chip->base initialized
* @data: driver-private data associated with this chip
Expand Down

0 comments on commit 689fd02

Please sign in to comment.