]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: Fix gpio_get -> gpiod_get typo in kernel-doc
authorThierry Reding <treding@nvidia.com>
Fri, 25 Apr 2014 14:54:22 +0000 (16:54 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 2 May 2014 22:18:14 +0000 (15:18 -0700)
commit0291a0e99533c5ff3638699e5870ccf893c92c06
treefde20f339c030091d80bda302bdb384a7d26d694
parentc45763055a96a9dd1c672edc6f2d7af2c9d19b24
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: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c