From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH] RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmt Date: Wed, 5 Sep 2018 15:37:12 -0600 Message-ID: <20180905213712.GA17698@ziepe.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Joe Perches Cc: Selvin Xavier , Devesh Sharma , Somnath Kotur , Sriharsha Basavapatna , Doug Ledford , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-rdma@vger.kernel.org On Fri, Aug 10, 2018 at 11:42:46AM -0700, Joe Perches wrote: > Consistently use the "QPLIB: " prefix for dev_ logging. > > Miscellanea: > > o Add missing newlines to avoid possible message interleaving > o Coalesce consecutive dev_ uses that emit a message header to > avoid < 80 column lengths and mistakenly output on multiple lines > o Reflow modified lines to use 80 columns where appropriate > o Consistently use "%s: " where __func__ is output > o QPLIB: is now always output immediately after the dev_ header > > Signed-off-by: Joe Perches > Acked-by: Selvin Xavier > --- > drivers/infiniband/hw/bnxt_re/qplib_fp.c | 130 +++++++++++------------------ > drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 51 ++++++----- > drivers/infiniband/hw/bnxt_re/qplib_res.c | 29 ++++--- > drivers/infiniband/hw/bnxt_re/qplib_sp.c | 57 ++++++------- > 4 files changed, 116 insertions(+), 151 deletions(-) Applied to for-next, thanks Jason