Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0879162f authored by Thierry Reding's avatar Thierry Reding Committed by Linus Walleij
Browse files

gpio: Fix gpio_get -> gpiod_get typo in kernel-doc



The function is called gpiod_get(), not gpio_get(). Fix the kernel-doc
comment to match the name.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent dd34c37a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2723,7 +2723,7 @@ static struct gpio_desc *gpiod_find(struct device *dev, const char *con_id,
}
}


/**
/**
 * gpio_get - obtain a GPIO for a given GPIO function
 * gpiod_get - obtain a GPIO for a given GPIO function
 * @dev:	GPIO consumer, can be NULL for system-global GPIOs
 * @dev:	GPIO consumer, can be NULL for system-global GPIOs
 * @con_id:	function within the GPIO consumer
 * @con_id:	function within the GPIO consumer
 *
 *