linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] locking/ww_mutex: fix spelling mistake "cylic" -> "cyclic"
@ 2018-08-24 11:22 Colin King
  2018-08-28 17:39 ` Will Deacon
  2018-09-10 12:39 ` [tip:locking/urgent] locking/ww_mutex: Fix " tip-bot for Colin Ian King
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2018-08-24 11:22 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Will Deacon; +Cc: kernel-janitors, linux-kernel

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

Trivial fix to spelling mistake in pr_err error message

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

diff --git a/kernel/locking/test-ww_mutex.c b/kernel/locking/test-ww_mutex.c
index 5b915b370d5a..0be047dbd897 100644
--- a/kernel/locking/test-ww_mutex.c
+++ b/kernel/locking/test-ww_mutex.c
@@ -324,7 +324,7 @@ static int __test_cycle(unsigned int nthreads)
 		if (!cycle->result)
 			continue;
 
-		pr_err("cylic deadlock not resolved, ret[%d/%d] = %d\n",
+		pr_err("cyclic deadlock not resolved, ret[%d/%d] = %d\n",
 		       n, nthreads, cycle->result);
 		ret = -EINVAL;
 		break;
-- 
2.17.1


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

* Re: [PATCH] locking/ww_mutex: fix spelling mistake "cylic" -> "cyclic"
  2018-08-24 11:22 [PATCH] locking/ww_mutex: fix spelling mistake "cylic" -> "cyclic" Colin King
@ 2018-08-28 17:39 ` Will Deacon
  2018-09-10 12:39 ` [tip:locking/urgent] locking/ww_mutex: Fix " tip-bot for Colin Ian King
  1 sibling, 0 replies; 4+ messages in thread
From: Will Deacon @ 2018-08-28 17:39 UTC (permalink / raw)
  To: Colin King; +Cc: Peter Zijlstra, Ingo Molnar, kernel-janitors, linux-kernel

On Fri, Aug 24, 2018 at 12:22:35PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in pr_err error message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  kernel/locking/test-ww_mutex.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Given that this is part of an error message, I agree it's worth fixing.

Will

> diff --git a/kernel/locking/test-ww_mutex.c b/kernel/locking/test-ww_mutex.c
> index 5b915b370d5a..0be047dbd897 100644
> --- a/kernel/locking/test-ww_mutex.c
> +++ b/kernel/locking/test-ww_mutex.c
> @@ -324,7 +324,7 @@ static int __test_cycle(unsigned int nthreads)
>  		if (!cycle->result)
>  			continue;
>  
> -		pr_err("cylic deadlock not resolved, ret[%d/%d] = %d\n",
> +		pr_err("cyclic deadlock not resolved, ret[%d/%d] = %d\n",
>  		       n, nthreads, cycle->result);
>  		ret = -EINVAL;
>  		break;
> -- 
> 2.17.1
> 

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

* [tip:locking/urgent] locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"
  2018-08-24 11:22 [PATCH] locking/ww_mutex: fix spelling mistake "cylic" -> "cyclic" Colin King
  2018-08-28 17:39 ` Will Deacon
@ 2018-09-10 12:39 ` tip-bot for Colin Ian King
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Colin Ian King @ 2018-09-10 12:39 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: will.deacon, colin.king, peterz, tglx, torvalds, mingo, hpa,
	linux-kernel

Commit-ID:  0b405c65ad459f5f4d3db1672246172bd19d946d
Gitweb:     https://git.kernel.org/tip/0b405c65ad459f5f4d3db1672246172bd19d946d
Author:     Colin Ian King <colin.king@canonical.com>
AuthorDate: Fri, 24 Aug 2018 12:22:35 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 10 Sep 2018 14:00:01 +0200

locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"

Trivial fix to spelling mistake in pr_err() error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20180824112235.8842-1-colin.king@canonical.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/locking/test-ww_mutex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/locking/test-ww_mutex.c b/kernel/locking/test-ww_mutex.c
index 5b915b370d5a..0be047dbd897 100644
--- a/kernel/locking/test-ww_mutex.c
+++ b/kernel/locking/test-ww_mutex.c
@@ -324,7 +324,7 @@ static int __test_cycle(unsigned int nthreads)
 		if (!cycle->result)
 			continue;
 
-		pr_err("cylic deadlock not resolved, ret[%d/%d] = %d\n",
+		pr_err("cyclic deadlock not resolved, ret[%d/%d] = %d\n",
 		       n, nthreads, cycle->result);
 		ret = -EINVAL;
 		break;

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

* [PATCH] locking/ww_mutex: fix spelling mistake: "cylic" -> "cyclic"
@ 2017-03-30  9:22 Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2017-03-30  9:22 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, linux-kernel; +Cc: kernel-janitors

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

trivial fix to spelling mistake in pr_err error message

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

diff --git a/kernel/locking/test-ww_mutex.c b/kernel/locking/test-ww_mutex.c
index 90d8d8879969..2a977be632dd 100644
--- a/kernel/locking/test-ww_mutex.c
+++ b/kernel/locking/test-ww_mutex.c
@@ -324,7 +324,7 @@ static int __test_cycle(unsigned int nthreads)
 		if (!cycle->result)
 			continue;
 
-		pr_err("cylic deadlock not resolved, ret[%d/%d] = %d\n",
+		pr_err("cyclic deadlock not resolved, ret[%d/%d] = %d\n",
 		       n, nthreads, cycle->result);
 		ret = -EINVAL;
 		break;
-- 
2.11.0

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

end of thread, other threads:[~2018-09-10 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24 11:22 [PATCH] locking/ww_mutex: fix spelling mistake "cylic" -> "cyclic" Colin King
2018-08-28 17:39 ` Will Deacon
2018-09-10 12:39 ` [tip:locking/urgent] locking/ww_mutex: Fix " tip-bot for Colin Ian King
  -- strict thread matches above, loose matches on Subject: below --
2017-03-30  9:22 [PATCH] locking/ww_mutex: fix spelling mistake: " Colin King

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