linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lib: fix spelling mistake: "actualy" -> "actually"
@ 2017-02-26 12:10 Colin King
  2017-02-26 14:44 ` Jiri Pirko
  2017-02-26 16:04 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-02-26 12:10 UTC (permalink / raw)
  To: Jiri Pirko, netdev; +Cc: linux-kernel

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

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

* Re: [PATCH] lib: fix spelling mistake: "actualy" -> "actually"
  2017-02-26 12:10 [PATCH] lib: fix spelling mistake: "actualy" -> "actually" Colin King
@ 2017-02-26 14:44 ` Jiri Pirko
  2017-02-26 16:04 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Pirko @ 2017-02-26 14:44 UTC (permalink / raw)
  To: Colin King; +Cc: Jiri Pirko, netdev, linux-kernel

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
>

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

* Re: [PATCH] lib: fix spelling mistake: "actualy" -> "actually"
  2017-02-26 12:10 [PATCH] lib: fix spelling mistake: "actualy" -> "actually" Colin King
  2017-02-26 14:44 ` Jiri Pirko
@ 2017-02-26 16:04 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-02-26 16:04 UTC (permalink / raw)
  To: colin.king; +Cc: jiri, netdev, linux-kernel

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.

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

end of thread, other threads:[~2017-02-26 16:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-26 12:10 [PATCH] lib: fix spelling mistake: "actualy" -> "actually" Colin King
2017-02-26 14:44 ` Jiri Pirko
2017-02-26 16:04 ` David Miller

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).