workqueue: Fix kernel-doc comment of unplug_oldest_pwq()
authorWaiman Long <longman@redhat.com>
Fri, 9 Feb 2024 17:06:11 +0000 (12:06 -0500)
committerTejun Heo <tj@kernel.org>
Fri, 9 Feb 2024 21:04:13 +0000 (11:04 -1000)
commit516d3dc99f4f2ab856d879696cd3a5d7f6db7796
treed9cae17dab2f448d667efa3836fc5e3ccc6c44e6
parent49584bb8ddbe8bcfc276c2d7dd3c8890f45f5970
workqueue: Fix kernel-doc comment of unplug_oldest_pwq()

Fix the kernel-doc comment of the unplug_oldest_pwq() function to enable
proper processing and formatting of the embedded ASCII diagram.

Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c