locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"
authorColin Ian King <[email protected]>
Fri, 24 Aug 2018 11:22:35 +0000 (12:22 +0100)
committerIngo Molnar <[email protected]>
Mon, 10 Sep 2018 12:00:01 +0000 (14:00 +0200)
Trivial fix to spelling mistake in pr_err() error message

Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Will Deacon <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/locking/test-ww_mutex.c

index 5b915b370d5a833fcf087bec26f06b8d07a59cda..0be047dbd8971dcd4ee1282936d3b3056f6ebfea 100644 (file)
@@ -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;