> kernel@xxxxxxxxxxxxxxx > Subject: [PATCH 4/4] cxgb4: Convert PDBG to pr_debug > > Use a more typical logging style. > > Miscellanea: > > o Obsolete the c4iw_debug module parameter > o Coalesce formats > o Realign arguments > > Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/cm.c | 303 +++++++++++++++++---------------- > drivers/infiniband/hw/cxgb4/cq.c | 71 ++++---- > drivers/infiniband/hw/cxgb4/device.c | 58 +++---- > drivers/infiniband/hw/cxgb4/ev.c | 29 ++-- > drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 44 +++-- > drivers/infiniband/hw/cxgb4/mem.c | 28 +-- > drivers/infiniband/hw/cxgb4/provider.c | 38 ++--- > drivers/infiniband/hw/cxgb4/qp.c | 91 +++++----- > drivers/infiniband/hw/cxgb4/resource.c | 46 ++--- > drivers/infiniband/hw/cxgb4/t4.h | 22 +-- > 10 files changed, 368 insertions(+), 362 deletions(-) Looks good (and thanks). Reviewed-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html