Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1546677 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-12-23 01:50 +0100 |
| Last post | 2016-12-30 14:10 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] pinctrl: single: fix spelling mistakes on "Ivalid" Colin King <colin.king@canonical.com> - 2016-12-23 01:50 +0100
Re: [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid" Tony Lindgren <tony@atomide.com> - 2016-12-27 17:20 +0100
Re: [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid" Linus Walleij <linus.walleij@linaro.org> - 2016-12-30 14:10 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-12-23 01:50 +0100 |
| Subject | [PATCH] pinctrl: single: fix spelling mistakes on "Ivalid" |
| Message-ID | <sRmdz-8bw-1@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-12-27 17:20 +0100 |
| Message-ID | <sT2DN-4jR-41@gated-at.bofh.it> |
| In reply to | #1546677 |
* 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>
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-12-30 14:10 +0100 |
| Message-ID | <sU56x-4KU-19@gated-at.bofh.it> |
| In reply to | #1546677 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web