linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] gpio: bd70528: fix spelling misstake "debouce" -> "debounce"
@ 2019-06-28 16:14 Colin King
  2019-07-28  9:59 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-06-28 16:14 UTC (permalink / raw)
  To: Matti Vaittinen, Lee Jones, Linus Walleij, Bartosz Golaszewski,
	linux-gpio
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpio/gpio-bd70528.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-bd70528.c b/drivers/gpio/gpio-bd70528.c
index fd85605d2dab..633422b430b4 100644
--- a/drivers/gpio/gpio-bd70528.c
+++ b/drivers/gpio/gpio-bd70528.c
@@ -36,7 +36,7 @@ static int bd70528_set_debounce(struct bd70528_gpio *bdgpio,
 		break;
 	default:
 		dev_err(bdgpio->chip.dev,
-			"Invalid debouce value %u\n", debounce);
+			"Invalid debounce value %u\n", debounce);
 		return -EINVAL;
 	}
 	return regmap_update_bits(bdgpio->chip.regmap, GPIO_IN_REG(offset),
-- 
2.20.1


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

* Re: [PATCH][next] gpio: bd70528: fix spelling misstake "debouce" -> "debounce"
  2019-06-28 16:14 [PATCH][next] gpio: bd70528: fix spelling misstake "debouce" -> "debounce" Colin King
@ 2019-07-28  9:59 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2019-07-28  9:59 UTC (permalink / raw)
  To: Colin King
  Cc: Matti Vaittinen, Lee Jones, Bartosz Golaszewski,
	open list:GPIO SUBSYSTEM, kernel-janitors, linux-kernel

On Fri, Jun 28, 2019 at 6:14 PM Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a dev_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch applied.

Yours,
Linus Walleij

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

end of thread, other threads:[~2019-07-28  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-28 16:14 [PATCH][next] gpio: bd70528: fix spelling misstake "debouce" -> "debounce" Colin King
2019-07-28  9:59 ` 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).