linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid"
@ 2016-12-23  0:47 Colin King
  2016-12-27 16:09 ` Tony Lindgren
  2016-12-30 13:01 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2016-12-23  0:47 UTC (permalink / raw)
  To: Tony Lindgren, Haojian Zhuang, Linus Walleij, linux-arm-kernel,
	linux-omap, linux-gpio
  Cc: linux-kernel

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

Trivial fixe to spelling mistake "Ivalid" to "Invalid" in
dev_err  error message.

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

diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pinctrl/pinctrl-single.c
index a5a0392..25edadf 100644
--- a/drivers/pinctrl/pinctrl-single.c
+++ b/drivers/pinctrl/pinctrl-single.c
@@ -1134,7 +1134,7 @@ static int pcs_parse_one_pinctrl_entry(struct pcs_device *pcs,
 
 	rows = pinctrl_count_index_with_args(np, name);
 	if (rows <= 0) {
-		dev_err(pcs->dev, "Ivalid number of rows: %d\n", rows);
+		dev_err(pcs->dev, "Invalid number of rows: %d\n", rows);
 		return -EINVAL;
 	}
 
-- 
2.10.2

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

* Re: [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid"
  2016-12-23  0:47 [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid" Colin King
@ 2016-12-27 16:09 ` Tony Lindgren
  2016-12-30 13:01 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2016-12-27 16:09 UTC (permalink / raw)
  To: Colin King
  Cc: Haojian Zhuang, Linus Walleij, linux-arm-kernel, linux-omap,
	linux-gpio, linux-kernel

* Colin King <colin.king@canonical.com> [161222 16:48]:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fixe to spelling mistake "Ivalid" to "Invalid" in
> dev_err  error message.

Acked-by: Tony Lindgren <tony@atomide.com>

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

* Re: [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid"
  2016-12-23  0:47 [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid" Colin King
  2016-12-27 16:09 ` Tony Lindgren
@ 2016-12-30 13:01 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2016-12-30 13:01 UTC (permalink / raw)
  To: Colin King
  Cc: Tony Lindgren, Haojian Zhuang, linux-arm-kernel, Linux-OMAP,
	linux-gpio, linux-kernel

On Fri, Dec 23, 2016 at 1:47 AM, Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fixe to spelling mistake "Ivalid" to "Invalid" in
> dev_err  error message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch applied with Tony's ACK.

Yours,
Linus Walleij

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

end of thread, other threads:[~2016-12-30 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-23  0:47 [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid" Colin King
2016-12-27 16:09 ` Tony Lindgren
2016-12-30 13:01 ` 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).