We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5591a commit 0b405c6Copy full SHA for 0b405c6
kernel/locking/test-ww_mutex.c
@@ -324,7 +324,7 @@ static int __test_cycle(unsigned int nthreads)
324
if (!cycle->result)
325
continue;
326
327
- pr_err("cylic deadlock not resolved, ret[%d/%d] = %d\n",
+ pr_err("cyclic deadlock not resolved, ret[%d/%d] = %d\n",
328
n, nthreads, cycle->result);
329
ret = -EINVAL;
330
break;
0 commit comments