From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753612AbdBIWnZ (ORCPT ); Thu, 9 Feb 2017 17:43:25 -0500 Received: from smtp.opengridcomputing.com ([72.48.136.20]:47380 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752309AbdBIWnX (ORCPT ); Thu, 9 Feb 2017 17:43:23 -0500 From: "Steve Wise" To: "'Joe Perches'" , "'Steve Wise'" Cc: "'Doug Ledford'" , "'Sean Hefty'" , "'Hal Rosenstock'" , , References: In-Reply-To: Subject: RE: [PATCH 3/4] cxgb4: Use more common logging style Date: Thu, 9 Feb 2017 16:36:28 -0600 Message-ID: <04cc01d28324$f45bbd80$dd133880$@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQE3l8a0Ex4Du7XXJL7q5vsjOCa/2wJ7W7JlooM/cmA= Content-Language: en-us Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Convert printks to pr_ > > Miscellanea: > > o Coalesce formats > o Realign arguments > > Signed-off-by: Joe Perches > --- > drivers/infiniband/hw/cxgb4/cm.c | 84 +++++++++++++++------------------- > drivers/infiniband/hw/cxgb4/cq.c | 8 ++-- > drivers/infiniband/hw/cxgb4/device.c | 83 ++++++++++++++------------------- > drivers/infiniband/hw/cxgb4/ev.c | 10 ++-- > drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 6 +++ > drivers/infiniband/hw/cxgb4/mem.c | 6 +-- > drivers/infiniband/hw/cxgb4/provider.c | 4 +- > drivers/infiniband/hw/cxgb4/qp.c | 5 +- > drivers/infiniband/hw/cxgb4/resource.c | 18 +++----- > drivers/infiniband/hw/cxgb4/t4.h | 2 +- > 10 files changed, 97 insertions(+), 129 deletions(-) > Looks good (and thanks). Reviewed-by: Steve Wise