linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/pinctrl.txt: Fix variable name in GPIO example code
@ 2011-12-22 21:00 Matthias Kaehlcke
  2012-01-01 13:47 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Kaehlcke @ 2011-12-22 21:00 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-kernel, trivial

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/pinctrl.txt: Fix variable name in GPIO example code
  2011-12-22 21:00 [PATCH] Documentation/pinctrl.txt: Fix variable name in GPIO example code Matthias Kaehlcke
@ 2012-01-01 13:47 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2012-01-01 13:47 UTC (permalink / raw)
  To: Matthias Kaehlcke, Linus Walleij, linux-kernel, trivial

On Thu, Dec 22, 2011 at 10:00 PM, Matthias Kaehlcke
<matthias@kaehlcke.net> wrote:

> Fix name of struct pinctrl_gpio_range for GPIO block "chip b"
>
> Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>

This appears to have been fixed by some other doc update pending in
my tree, but thanks anyway!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-01 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-22 21:00 [PATCH] Documentation/pinctrl.txt: Fix variable name in GPIO example code Matthias Kaehlcke
2012-01-01 13:47 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).