workqueue: Shorten events_freezable_power_efficient name
authorAudra Mitchell <audra@redhat.com>
Thu, 25 Jan 2024 19:05:32 +0000 (14:05 -0500)
committerTejun Heo <tj@kernel.org>
Thu, 25 Jan 2024 19:11:40 +0000 (09:11 -1000)
commit8318d6a6362f5903edb4c904a8dd447e59be4ad1
tree456b29784cf9284364878e143ebe5a37c646bdc2
parenta6b48c83d28e21ddcd6a080128bb73f9e3d130ac
workqueue: Shorten events_freezable_power_efficient name

Since we have set the WQ_NAME_LEN to 32, decrease the name of
events_freezable_power_efficient so that it does not trip the name length
warning when the workqueue is created.

Signed-off-by: Audra Mitchell <audra@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c