Skip to content

Commit 0b405c6

Browse files
Colin Ian KingIngo Molnar
authored andcommitted
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>
1 parent dc5591a commit 0b405c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/locking/test-ww_mutex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static int __test_cycle(unsigned int nthreads)
324324
if (!cycle->result)
325325
continue;
326326

327-
pr_err("cylic deadlock not resolved, ret[%d/%d] = %d\n",
327+
pr_err("cyclic deadlock not resolved, ret[%d/%d] = %d\n",
328328
n, nthreads, cycle->result);
329329
ret = -EINVAL;
330330
break;

0 commit comments

Comments
 (0)