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 <[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]>
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)