This patch series follows the SCSI patches of Bart, simplifies snprintf() to format a workqueue name code by passing the format string and arguments to alloc_workqueue(). Jinjie Ruan (4): RDMA/qib: Simplify an alloc_ordered_workqueue() invocation RDMA/mad: Simplify an alloc_ordered_workqueue() invocation RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocation RDMA/mad: Simplify an alloc_ordered_workqueue() invocation drivers/infiniband/core/mad.c | 5 ++--- drivers/infiniband/hw/mlx4/alias_GUID.c | 4 +--- drivers/infiniband/hw/mlx4/mad.c | 10 +++------- drivers/infiniband/hw/qib/qib_init.c | 9 +++------ 4 files changed, 9 insertions(+), 19 deletions(-) -- 2.34.1