diff options
| author | Thierry Reding <treding@nvidia.com> | 2017-07-24 10:57:22 -0400 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2017-08-14 09:01:13 -0400 |
| commit | 950d55f5bf7991222e34428b5f779bd030b6a42a (patch) | |
| tree | bec295cf8dc766371e6014b8d26a22caa99c23f5 /include/linux/gpio | |
| parent | 9c07409c34ddf1804721cee21ca835733e165bde (diff) | |
gpio: Cleanup kerneldoc
Some kerneldoc has become stale or wasn't quite correct from the outset.
Fix up the most serious issues to silence warnings when building the
documentation.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/gpio')
| -rw-r--r-- | include/linux/gpio/driver.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index af20369ec8e7..ad4150d075c3 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h | |||
| @@ -327,11 +327,10 @@ int gpiochip_generic_config(struct gpio_chip *chip, unsigned offset, | |||
| 327 | 327 | ||
| 328 | /** | 328 | /** |
| 329 | * struct gpio_pin_range - pin range controlled by a gpio chip | 329 | * struct gpio_pin_range - pin range controlled by a gpio chip |
| 330 | * @head: list for maintaining set of pin ranges, used internally | 330 | * @node: list for maintaining set of pin ranges, used internally |
| 331 | * @pctldev: pinctrl device which handles corresponding pins | 331 | * @pctldev: pinctrl device which handles corresponding pins |
| 332 | * @range: actual range of pins controlled by a gpio controller | 332 | * @range: actual range of pins controlled by a gpio controller |
| 333 | */ | 333 | */ |
| 334 | |||
| 335 | struct gpio_pin_range { | 334 | struct gpio_pin_range { |
| 336 | struct list_head node; | 335 | struct list_head node; |
| 337 | struct pinctrl_dev *pctldev; | 336 | struct pinctrl_dev *pctldev; |
