From: Matthias Kaehlcke <matthias@kaehlcke.net>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org
Subject: [PATCH] Documentation/pinctrl.txt: Fix variable name in GPIO example code
Date: Thu, 22 Dec 2011 22:00:50 +0100 [thread overview]
Message-ID: <20111222210050.GO5049@darwin> (raw)
Fix name of struct pinctrl_gpio_range for GPIO block "chip b"
Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
---
Documentation/pinctrl.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index b04cb7d..399a300 100644
--- a/Documentation/pinctrl.txt
+++ b/Documentation/pinctrl.txt
@@ -218,7 +218,7 @@ static struct pinctrl_gpio_range gpio_range_a = {
.gc = &chip_a;
};
-static struct pinctrl_gpio_range gpio_range_a = {
+static struct pinctrl_gpio_range gpio_range_b = {
.name = "chip b",
.id = 0,
.base = 48,
--
1.7.7.3
next reply other threads:[~2011-12-22 21:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-22 21:00 Matthias Kaehlcke [this message]
2012-01-01 13:47 ` [PATCH] Documentation/pinctrl.txt: Fix variable name in GPIO example code 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=20111222210050.GO5049@darwin \
--to=matthias@kaehlcke.net \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox