]> git.baikalelectronics.ru Git - kernel.git/commit
gpiolib: acpi: Correct kernel doc of struct acpi_gpio_event
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 25 Jan 2019 17:03:02 +0000 (19:03 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 28 Jan 2019 14:24:15 +0000 (15:24 +0100)
commitcd4b0c40202fb7639934a798241c8331c2277722
tree5b4fa1e3a6f6351e82673c83438a846c3fc3d7cb
parenta157b72bbfb468f8a007450d3e239a4ccbc3e1c7
gpiolib: acpi: Correct kernel doc of struct acpi_gpio_event

The checker complains during build

gpiolib-acpi.c:45: warning: Function parameter or member 'irq_requested' not described in 'acpi_gpio_event'

because the typo in the field description.

Fix the name to have documentation up-to-date.

Signed-off-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>
drivers/gpio/gpiolib-acpi.c