projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd34c37
)
gpio: Fix gpio_get -> gpiod_get typo in kernel-doc
author
Thierry Reding
<treding@nvidia.com>
Fri, 25 Apr 2014 14:54:22 +0000
(16:54 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 2 May 2014 22:18:14 +0000
(15:18 -0700)
The function is called gpiod_get(), not gpio_get(). Fix the kernel-doc
comment to match the name.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpiolib.c
b/drivers/gpio/gpiolib.c
index 86eb0467fc5a1222aa1087eec6e518c9cbe32c88..4ad110e793c5153e6c63775c96e3f632f99ace94 100644
(file)
--- a/
drivers/gpio/gpiolib.c
+++ b/
drivers/gpio/gpiolib.c
@@
-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
+ * gpio
d
_get - obtain a GPIO for a given GPIO function
* @dev: GPIO consumer, can be NULL for system-global GPIOs
* @con_id: function within the GPIO consumer
*