All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: Remove double "base" in comment
@ 2015-06-15 11:31 Geert Uytterhoeven
  2015-06-30  6:30 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-06-15 11:31 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot; +Cc: linux-gpio, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Perhaps this can still be fixed in commit af6c235d1a5c1129 ("gpio:
discourage passing base to gpio_chip")?
---
 include/linux/gpio/driver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index cc7ec129b329efb9..c8393cd4d44f2d87 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -45,7 +45,7 @@ struct seq_file;
  * @base: identifies the first GPIO number handled by this chip;
  *	or, if negative during registration, requests dynamic ID allocation.
  *	DEPRECATION: providing anything non-negative and nailing the base
- *	base offset of GPIO chips is deprecated. Please pass -1 as base to
+ *	offset of GPIO chips is deprecated. Please pass -1 as base to
  *	let gpiolib select the chip base in all possible cases. We want to
  *	get rid of the static GPIO number space in the long run.
  * @ngpio: the number of GPIOs handled by this controller; the last GPIO
-- 
1.9.1


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

* Re: [PATCH] gpio: Remove double "base" in comment
  2015-06-15 11:31 [PATCH] gpio: Remove double "base" in comment Geert Uytterhoeven
@ 2015-06-30  6:30 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2015-06-30  6:30 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Alexandre Courbot, linux-gpio

On Mon, Jun 15, 2015 at 1:31 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Perhaps this can still be fixed in commit af6c235d1a5c1129 ("gpio:
> discourage passing base to gpio_chip")?

All your base are belong to us.

Patch applied!

Yours,
Linus Walleij

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

end of thread, other threads:[~2015-06-30  6:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15 11:31 [PATCH] gpio: Remove double "base" in comment Geert Uytterhoeven
2015-06-30  6:30 ` Linus Walleij

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.