diff mbox series

[opensm,3/6] opensm/osm_remote_sm.h: Improve comments

Message ID 20181107142246.28336-3-honli@redhat.com (mailing list archive)
State Not Applicable
Headers show
Series [opensm,1/6] opensm/osm_vl15intf.h: Minor update of comments | expand

Commit Message

Honggang LI Nov. 7, 2018, 2:22 p.m. UTC
From: Honggang Li <honli@redhat.com>

Signed-off-by: Honggang Li <honli@redhat.com>
---
 include/opensm/osm_remote_sm.h | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
diff mbox series

Patch

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.
 *