[PATCH] locking/ww_mutex: fix spelling mistake: "cylic" -> "cyclic"

From: Colin King
Date: Thu Mar 30 2017 - 05:22:43 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

trivial fix to spelling mistake in pr_err error message

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
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