Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588321 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-02-26 13:20 +0100 |
| Last post | 2017-02-26 17:30 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] lib: fix spelling mistake: "actualy" -> "actually" Colin King <colin.king@canonical.com> - 2017-02-26 13:20 +0100
Re: [PATCH] lib: fix spelling mistake: "actualy" -> "actually" Jiri Pirko <jiri@resnulli.us> - 2017-02-26 15:50 +0100
Re: [PATCH] lib: fix spelling mistake: "actualy" -> "actually" David Miller <davem@davemloft.net> - 2017-02-26 17:30 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-02-26 13:20 +0100 |
| Subject | [PATCH] lib: fix spelling mistake: "actualy" -> "actually" |
| Message-ID | <tf5XX-6Ff-3@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
trivial fix to spelling mistake in pr_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
lib/test_parman.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/test_parman.c b/lib/test_parman.c
index fe9f3a7..35e3224 100644
--- a/lib/test_parman.c
+++ b/lib/test_parman.c
@@ -334,7 +334,7 @@ static int test_parman_check_array(struct test_parman *test_parman,
last_priority = item->prio->priority;
if (item->parman_item.index != i) {
- pr_err("Item has different index in compare to where it actualy is (%lu != %d)\n",
+ pr_err("Item has different index in compare to where it actually is (%lu != %d)\n",
item->parman_item.index, i);
return -EINVAL;
}
--
2.10.2
[toc] | [next] | [standalone]
| From | Jiri Pirko <jiri@resnulli.us> |
|---|---|
| Date | 2017-02-26 15:50 +0100 |
| Message-ID | <tf8j8-84j-13@gated-at.bofh.it> |
| In reply to | #1588321 |
Sun, Feb 26, 2017 at 01:10:12PM CET, colin.king@canonical.com wrote:
>From: Colin Ian King <colin.king@canonical.com>
>
>trivial fix to spelling mistake in pr_err message
>
>Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
>---
> lib/test_parman.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/lib/test_parman.c b/lib/test_parman.c
>index fe9f3a7..35e3224 100644
>--- a/lib/test_parman.c
>+++ b/lib/test_parman.c
>@@ -334,7 +334,7 @@ static int test_parman_check_array(struct test_parman *test_parman,
> last_priority = item->prio->priority;
>
> if (item->parman_item.index != i) {
>- pr_err("Item has different index in compare to where it actualy is (%lu != %d)\n",
>+ pr_err("Item has different index in compare to where it actually is (%lu != %d)\n",
> item->parman_item.index, i);
> return -EINVAL;
> }
>--
>2.10.2
>
[toc] | [prev] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-02-26 17:30 +0100 |
| Message-ID | <tf9RU-N9-3@gated-at.bofh.it> |
| In reply to | #1588321 |
From: Colin King <colin.king@canonical.com> Date: Sun, 26 Feb 2017 12:10:12 +0000 > From: Colin Ian King <colin.king@canonical.com> > > trivial fix to spelling mistake in pr_err message > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Applied.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web