From patchwork Wed Nov 7 14:22:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Honggang LI X-Patchwork-Id: 10672439 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8E3B514D6 for ; Wed, 7 Nov 2018 14:23:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7D1392C145 for ; Wed, 7 Nov 2018 14:23:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 67E422C143; Wed, 7 Nov 2018 14:23:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 67E1A2C0E4 for ; Wed, 7 Nov 2018 14:23:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727203AbeKGXxu (ORCPT ); Wed, 7 Nov 2018 18:53:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52944 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726688AbeKGXxu (ORCPT ); Wed, 7 Nov 2018 18:53:50 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9036C30820F5; Wed, 7 Nov 2018 14:23:15 +0000 (UTC) Received: from lhg.nay.redhat.com (unknown [10.66.129.124]) by smtp.corp.redhat.com (Postfix) with ESMTP id 277E9604A1; Wed, 7 Nov 2018 14:23:13 +0000 (UTC) From: Honggang LI To: hal@dev.mellanox.co.il Cc: linux-rdma@vger.kernel.org, Honggang Li Subject: [opensm patch 3/6] opensm/osm_remote_sm.h: Improve comments Date: Wed, 7 Nov 2018 22:22:43 +0800 Message-Id: <20181107142246.28336-3-honli@redhat.com> In-Reply-To: <20181107142246.28336-2-honli@redhat.com> References: <20181107142246.28336-1-honli@redhat.com> <20181107142246.28336-2-honli@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Wed, 07 Nov 2018 14:23:15 +0000 (UTC) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Honggang Li Signed-off-by: Honggang Li --- include/opensm/osm_remote_sm.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/opensm/osm_remote_sm.h b/include/opensm/osm_remote_sm.h index e7d52fa2..53affe4d 100644 --- a/include/opensm/osm_remote_sm.h +++ b/include/opensm/osm_remote_sm.h @@ -35,7 +35,7 @@ /* * Abstract: - * Declaration of osm_sm_t, osm_remote_sm_t. + * Declaration of osm_remote_sm_t. * This object represents an IBA subnet. * This object is part of the OpenSM family of objects. */ @@ -93,8 +93,6 @@ typedef struct osm_remote_sm { * FIELDS * map_item * Linkage for the cl_qmap container. MUST BE FIRST ELEMENT!! -* p_port -* Pointer to the port object for this SM. * * smi * The SMInfo attribute for this SM. @@ -174,9 +172,6 @@ void osm_remote_sm_init(IN osm_remote_sm_t * p_sm, IN const ib_sm_info_t * p_smi * p_sm * [in] Pointer to an osm_remote_sm_t object to initialize. * -* p_port -* [in] Pointer to the Remote SM's port object. -* * p_smi * [in] Pointer to the SMInfo attribute for this SM. *