Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1654993 > unrolled thread

[PATCH trivial] gpio: of: Spelling: s/retures/returns/

Started byGeert Uytterhoeven <geert+renesas@glider.be>
First post2017-06-01 12:40 +0200
Last post2017-06-01 12:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH trivial] gpio: of: Spelling: s/retures/returns/ Geert Uytterhoeven <geert+renesas@glider.be> - 2017-06-01 12:40 +0200

#1654993 — [PATCH trivial] gpio: of: Spelling: s/retures/returns/

FromGeert Uytterhoeven <geert+renesas@glider.be>
Date2017-06-01 12:40 +0200
Subject[PATCH trivial] gpio: of: Spelling: s/retures/returns/
Message-ID<tNvGi-1mU-11@gated-at.bofh.it>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/gpio/gpiolib-of.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c
index e2abf0eabaf880b6..54ce8dc58ad009c7 100644
--- a/drivers/gpio/gpiolib-of.c
+++ b/drivers/gpio/gpiolib-of.c
@@ -239,7 +239,7 @@ static struct gpio_desc *of_parse_own_gpio(struct device_node *np,
  *
  * This is only used by of_gpiochip_add to request/set GPIO initial
  * configuration.
- * It retures error if it fails otherwise 0 on success.
+ * It returns error if it fails otherwise 0 on success.
  */
 static int of_gpiochip_scan_gpios(struct gpio_chip *chip)
 {
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web