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 2f13437 commit 1d9a615Copy full SHA for 1d9a615
kernel/workqueue.c
@@ -4374,8 +4374,8 @@ void destroy_workqueue(struct workqueue_struct *wq)
4374
for_each_pwq(pwq, wq) {
4375
spin_lock_irq(&pwq->pool->lock);
4376
if (WARN_ON(pwq_busy(pwq))) {
4377
- pr_warning("%s: %s has the following busy pwq\n",
4378
- __func__, wq->name);
+ pr_warn("%s: %s has the following busy pwq\n",
+ __func__, wq->name);
4379
show_pwq(pwq);
4380
spin_unlock_irq(&pwq->pool->lock);
4381
mutex_unlock(&wq->mutex);
0 commit comments