summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index e1c0e996b5ae..619e80ce4a59 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -4369,8 +4369,8 @@ static void show_pwq(struct pool_workqueue *pwq)
4369/** 4369/**
4370 * show_workqueue_state - dump workqueue state 4370 * show_workqueue_state - dump workqueue state
4371 * 4371 *
4372 * Called from a sysrq handler and prints out all busy workqueues and 4372 * Called from a sysrq handler or try_to_freeze_tasks() and prints out
4373 * pools. 4373 * all busy workqueues and pools.
4374 */ 4374 */
4375void show_workqueue_state(void) 4375void show_workqueue_state(void)
4376{ 4376{