From: Martin K. Petersen Date: Fri, 23 Aug 2024 01:30:06 +0000 (-0400) Subject: Merge patch series "Simplify multiple create*_workqueue() invocations" X-Git-Tag: v6.12-rc1~124^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70302fc7adcd29c4c744489cd89e2d3ed08ecd8d;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "Simplify multiple create*_workqueue() invocations" Bart Van Assche says: Hi Martin, Multiple SCSI drivers use snprintf() to format a workqueue name before invoking one of the create*_workqueue() macros. This patch series simplifies such code by passing the format string and arguments to alloc_workqueue(). Additionally, the structure members that are only used as a temporary buffer for formatting workqueue names are removed. Please consider this patch series for the next merge window. Thanks, Bart. Link: https://lore.kernel.org/r/20240822195944.654691-1-bvanassche@acm.org Signed-off-by: Martin K. Petersen --- 70302fc7adcd29c4c744489cd89e2d3ed08ecd8d