Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1578144
| From | "Steve Wise" <swise@opengridcomputing.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH 4/4] cxgb4: Convert PDBG to pr_debug |
| Date | 2017-02-10 04:00 +0100 |
| Message-ID | <t99Bf-5Yu-5@gated-at.bofh.it> (permalink) |
| References | <t95nY-3tU-11@gated-at.bofh.it> <t95nY-3tU-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> kernel@vger.kernel.org > 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@perches.com> > --- > 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@opengridcomputing.com>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/4] infiniband: chelsio Joe Perches <joe@perches.com> - 2017-02-09 23:30 +0100
[PATCH 1/4] cxgb3: Use more common logging style Joe Perches <joe@perches.com> - 2017-02-09 23:30 +0100
Re: [PATCH 1/4] cxgb3: Use more common logging style Joe Perches <joe@perches.com> - 2017-02-09 23:40 +0100
RE: [PATCH 1/4] cxgb3: Use more common logging style "Steve Wise" <swise@opengridcomputing.com> - 2017-02-09 23:50 +0100
[PATCH 3/4] cxgb4: Use more common logging style Joe Perches <joe@perches.com> - 2017-02-09 23:30 +0100
RE: [PATCH 3/4] cxgb4: Use more common logging style "Steve Wise" <swise@opengridcomputing.com> - 2017-02-09 23:50 +0100
RE: [PATCH 2/4] cxgb3: Convert PDBG to pr_debug "Steve Wise" <swise@opengridcomputing.com> - 2017-02-09 23:50 +0100
RE: [PATCH 4/4] cxgb4: Convert PDBG to pr_debug "Steve Wise" <swise@opengridcomputing.com> - 2017-02-10 04:00 +0100
csiph-web