Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754600AbbDUHmb (ORCPT ); Tue, 21 Apr 2015 03:42:31 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:37948 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753873AbbDUHm0 (ORCPT ); Tue, 21 Apr 2015 03:42:26 -0400 Message-ID: <5535FF5E.4080502@profitbricks.com> Date: Tue, 21 Apr 2015 09:42:22 +0200 From: Michael Wang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Hal Rosenstock CC: Roland Dreier , Sean Hefty , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Tom Tucker , Steve Wise , Hoang-Nam Nguyen , Christoph Raisch , Mike Marciniszyn , Eli Cohen , Faisal Latif , Jack Morgenstein , Or Gerlitz , Haggai Eran , Ira Weiny , Tom Talpey , Jason Gunthorpe , Doug Ledford Subject: Re: [PATCH v5 04/27] IB/Verbs: Reform IB-core cm References: <5534B8C9.506@profitbricks.com> <5534B9E9.1020108@profitbricks.com> <5535318A.8050307@dev.mellanox.co.il> In-Reply-To: <5535318A.8050307@dev.mellanox.co.il> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1519 Lines: 50 On 04/20/2015 07:04 PM, Hal Rosenstock wrote: > On 4/20/2015 4:33 AM, Michael Wang wrote: >> >> Use raw management helpers to reform IB-core cm. >> >> Cc: Hal Rosenstock >> Cc: Steve Wise >> Cc: Tom Talpey >> Cc: Jason Gunthorpe >> Cc: Doug Ledford >> Cc: Ira Weiny >> Cc: Sean Hefty >> Signed-off-by: Michael Wang >> --- >> drivers/infiniband/core/cm.c | 20 +++++++++++++++++--- >> 1 file changed, 17 insertions(+), 3 deletions(-) >> >> diff --git a/drivers/infiniband/core/cm.c b/drivers/infiniband/core/cm.c >> index e28a494..3c10b75 100644 >> --- a/drivers/infiniband/core/cm.c >> +++ b/drivers/infiniband/core/cm.c >> @@ -3761,9 +3761,7 @@ static void cm_add_one(struct ib_device *ib_device) >> unsigned long flags; >> int ret; >> u8 i; >> - >> - if (rdma_node_get_transport(ib_device->node_type) != RDMA_TRANSPORT_IB) >> - return; >> + int count = 0; > > Nit: Should the int count line be moved above u8 i declaration so > declarations are naturally aligned ? Make sense, will be in next version :-) Regards, Michael Wang > > -- Hal > > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/