commit | f2ccd0a922b38300c78e779436929853a42455f8 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jun 02 20:11:48 2021 -0700 |
committer | Tejun Heo <tj@kernel.org> | Fri Jun 04 10:55:01 2021 -0400 |
tree | 21757d04e22452ad46051a4be81ec703ad9d13f6 | |
parent | 910db2fdf3c82a7ebd18941f7f9c1ce6cb9a3c1b [diff] |
workqueue: Add back __printf format validation commit 669de8bda87b ("kernel/workqueue: Use dynamic lockdep keys for workqueues") indirectly removed the printf validation for alloc_workqueue. Add it back. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tejun Heo <tj@kernel.org>