Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: acpi: Fixup kerneldoc

Fix up a parameter description to match the code and fix markup for a
constant to prettify output.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Thierry Reding and committed by
Linus Walleij
db05c7ef 2b7c809b

+2 -2
+2 -2
drivers/gpio/gpiolib-acpi.c
··· 61 61 #ifdef CONFIG_PINCTRL 62 62 /** 63 63 * acpi_gpiochip_pin_to_gpio_offset() - translates ACPI GPIO to Linux GPIO 64 - * @chip: GPIO chip 64 + * @gdev: GPIO device 65 65 * @pin: ACPI GPIO pin number from GpioIo/GpioInt resource 66 66 * 67 67 * Function takes ACPI GpioIo/GpioInt pin number as a parameter and ··· 763 763 * The function is idempotent, though each time it runs it will configure GPIO 764 764 * pin direction according to the flags in GpioInt resource. 765 765 * 766 - * Return: Linux IRQ number (>%0) on success, negative errno on failure. 766 + * Return: Linux IRQ number (> %0) on success, negative errno on failure. 767 767 */ 768 768 int acpi_dev_gpio_irq_get(struct acpi_device *adev, int index) 769 769 {