workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
authorTejun Heo <tj@kernel.org>
Tue, 8 Aug 2023 01:57:23 +0000 (15:57 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 8 Aug 2023 01:57:23 +0000 (15:57 -1000)
commitee1ceef72754427e5167743108c52f826fa4ca5b
tree5e89b0dbc63f713efdf1673ad57872b46b1dbe95
parentfe089f87cccb066e8ad20f49ddf05e95adc1fa8d
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq

wq->cpu_pwqs is a percpu variable carraying one pointer to a pool_workqueue.
The field name being plural is unusual and confusing. Rename it to singular.

This patch doesn't cause any functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c