From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH 4/7] gpio: acpi: Fixup kerneldoc Date: Mon, 24 Jul 2017 18:13:47 +0300 Message-ID: <1500909227.29303.205.camel@linux.intel.com> References: <20170724145728.7662-1-thierry.reding@gmail.com> <20170724145728.7662-4-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from mga14.intel.com ([192.55.52.115]:21820 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932479AbdGXPPV (ORCPT ); Mon, 24 Jul 2017 11:15:21 -0400 In-Reply-To: <20170724145728.7662-4-thierry.reding@gmail.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Thierry Reding , Linus Walleij Cc: Mika Westerberg , Jonathan Corbet , linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, 2017-07-24 at 16:57 +0200, Thierry Reding wrote: > From: Thierry Reding > > Fix up a parameter description to match the code and fix markup for a > constant to prettify output. > Acked-by: Andy Shevchenko > Signed-off-by: Thierry Reding > --- >  drivers/gpio/gpiolib-acpi.c | 4 ++-- >  1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpio/gpiolib-acpi.c b/drivers/gpio/gpiolib-acpi.c > index c9b42dd12dfa..4d2113530735 100644 > --- a/drivers/gpio/gpiolib-acpi.c > +++ b/drivers/gpio/gpiolib-acpi.c > @@ -61,7 +61,7 @@ static int acpi_gpiochip_find(struct gpio_chip *gc, > void *data) >  #ifdef CONFIG_PINCTRL >  /** >   * acpi_gpiochip_pin_to_gpio_offset() - translates ACPI GPIO to Linux > GPIO > - * @chip: GPIO chip > + * @gdev: GPIO device >   * @pin: ACPI GPIO pin number from GpioIo/GpioInt resource >   * >   * Function takes ACPI GpioIo/GpioInt pin number as a parameter and > @@ -763,7 +763,7 @@ struct gpio_desc *acpi_node_get_gpiod(struct > fwnode_handle *fwnode, >   * The function is idempotent, though each time it runs it will > configure GPIO >   * pin direction according to the flags in GpioInt resource. >   * > - * Return: Linux IRQ number (>%0) on success, negative errno on > failure. > + * Return: Linux IRQ number (> %0) on success, negative errno on > failure. >   */ >  int acpi_dev_gpio_irq_get(struct acpi_device *adev, int index) >  { -- Andy Shevchenko Intel Finland Oy