From: Rahul Bedarkar <rahulbedarkar89@gmail.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Alexandre Courbot <gnurou@gmail.com>
Cc: linux-gpio@vger.kernel.org
Subject: [PATCH] GPIO: gpiolib: correct description of gpiod_direction_output
Date: Sat, 8 Feb 2014 11:55:25 +0530 [thread overview]
Message-ID: <20140208062525.GA3984@gmail.com> (raw)
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
---
drivers/gpio/gpiolib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
index 50c4922..5d6bbbf 100644
--- a/drivers/gpio/gpiolib.c
+++ b/drivers/gpio/gpiolib.c
@@ -1757,7 +1757,7 @@ fail:
EXPORT_SYMBOL_GPL(gpiod_direction_input);
/**
- * gpiod_direction_output - set the GPIO direction to input
+ * gpiod_direction_output - set the GPIO direction to output
* @desc: GPIO to set to output
* @value: initial output value of the GPIO
*
--
1.8.1.2
next reply other threads:[~2014-02-08 6:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-08 6:25 Rahul Bedarkar [this message]
2014-02-09 8:47 ` [PATCH] GPIO: gpiolib: correct description of gpiod_direction_output Alexandre Courbot
2014-02-12 16:09 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140208062525.GA3984@gmail.com \
--to=rahulbedarkar89@gmail.com \
--cc=gnurou@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.