[PATCH] lib: fix spelling mistake: "actualy" -> "actually"

Subsystems: library code, parman, the rest

STALE3480d

3 messages, 3 authors, 2017-02-26 · open the first message on its own page

[PATCH] lib: fix spelling mistake: "actualy" -> "actually"

From: Colin King <hidden>
Date: 2017-02-26 12:11:01

From: Colin Ian King <redacted>

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <redacted>
---
 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

Re: [PATCH] lib: fix spelling mistake: "actualy" -> "actually"

From: Jiri Pirko <jiri@resnulli.us>
Date: 2017-02-26 14:44:44

Sun, Feb 26, 2017 at 01:10:12PM CET, colin.king@canonical.com wrote:
From: Colin Ian King <redacted>

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <redacted>
Acked-by: Jiri Pirko <redacted>

quoted hunk
---
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

Re: [PATCH] lib: fix spelling mistake: "actualy" -> "actually"

From: David Miller <davem@davemloft.net>
Date: 2017-02-26 16:27:39

From: Colin King <redacted>
Date: Sun, 26 Feb 2017 12:10:12 +0000
From: Colin Ian King <redacted>

trivial fix to spelling mistake in pr_err message

Signed-off-by: Colin Ian King <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help