summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-acpi.c
diff options
context:
space:
mode:
authorAndy Shevchenko2019-01-25 18:03:02 +0100
committerLinus Walleij2019-01-28 15:24:15 +0100
commit876811f7c34eff986462ed2def81f4ecfbcef2ec (patch)
tree5b4fa1e3a6f6351e82673c83438a846c3fc3d7cb /drivers/gpio/gpiolib-acpi.c
parentgpio: tqmx86: Add GPIO from for this IO controller (diff)
downloadkernel-qcow2-linux-876811f7c34eff986462ed2def81f4ecfbcef2ec.tar.gz
kernel-qcow2-linux-876811f7c34eff986462ed2def81f4ecfbcef2ec.tar.xz
kernel-qcow2-linux-876811f7c34eff986462ed2def81f4ecfbcef2ec.zip
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>
Diffstat (limited to 'drivers/gpio/gpiolib-acpi.c')
-rw-r--r--drivers/gpio/gpiolib-acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib-acpi.c b/drivers/gpio/gpiolib-acpi.c
index f0763e0e02f1..3401823427f6 100644
--- a/drivers/gpio/gpiolib-acpi.c
+++ b/drivers/gpio/gpiolib-acpi.c
@@ -29,7 +29,7 @@
* @irq: Linux IRQ number for the event, for request_ / free_irq
* @irqflags: flags to pass to request_irq when requesting the IRQ
* @irq_is_wake: If the ACPI flags indicate the IRQ is a wakeup source
- * @is_requested: True if request_irq has been done
+ * @irq_requested:True if request_irq has been done
* @desc: gpio_desc for the GPIO pin for this event
*/
struct acpi_gpio_event {