From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751128AbdBJCwk (ORCPT ); Thu, 9 Feb 2017 21:52:40 -0500 Received: from smtp.opengridcomputing.com ([72.48.136.20]:47740 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750972AbdBJCwi (ORCPT ); Thu, 9 Feb 2017 21:52:38 -0500 From: "Steve Wise" To: "'Joe Perches'" , "'Steve Wise'" Cc: "'Doug Ledford'" , "'Sean Hefty'" , "'Hal Rosenstock'" , , References: <747edc68212781296de30dd2b4e63711240da7a9.1486678686.git.joe@perches.com> In-Reply-To: <747edc68212781296de30dd2b4e63711240da7a9.1486678686.git.joe@perches.com> Subject: RE: [PATCH 4/4] cxgb4: Convert PDBG to pr_debug Date: Thu, 9 Feb 2017 16:37:05 -0600 Message-ID: <04ce01d28325$0a3dda20$1eb98e60$@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/2wHarvAEoohE8LA= Content-Language: en-us Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > 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 > --- > 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