diff mbox series

opensm/osm_path.h: Delete comments for non-existent struct field and function parameters

Message ID 20181105073354.13710-1-honli@redhat.com (mailing list archive)
State Not Applicable
Headers show
Series opensm/osm_path.h: Delete comments for non-existent struct field and function parameters | expand

Commit Message

Honggang LI Nov. 5, 2018, 7:33 a.m. UTC
From: Honggang Li <honli@redhat.com>

BTW, delete one redundant comment.

Signed-off-by: Honggang Li <honli@redhat.com>
---
 include/opensm/osm_path.h | 16 ----------------
 1 file changed, 16 deletions(-)

Comments

Hal Rosenstock Nov. 5, 2018, 12:39 p.m. UTC | #1
On 11/5/2018 2:33 AM, Honggang LI wrote:
> From: Honggang Li <honli@redhat.com>
> 
> BTW, delete one redundant comment.
> 
> Signed-off-by: Honggang Li <honli@redhat.com>

Thanks. Applied.

-- Hal
diff mbox series

Patch

diff --git a/include/opensm/osm_path.h b/include/opensm/osm_path.h
index b69e5f9c..1c2d32dd 100644
--- a/include/opensm/osm_path.h
+++ b/include/opensm/osm_path.h
@@ -85,9 +85,6 @@  typedef struct osm_dr_path {
 } osm_dr_path_t;
 /*
 * FIELDS
-*	h_bind
-*		Bind handle for port to which this path applies.
-*
 *	hop_count
 *		The number of hops in this path.
 *
@@ -108,7 +105,6 @@  typedef struct osm_dr_path {
 */
 static inline void osm_dr_path_construct(IN osm_dr_path_t * p_path)
 {
-	/* The first location in the path array is reserved. */
 	memset(p_path, 0, sizeof(*p_path));
 }
 
@@ -117,15 +113,6 @@  static inline void osm_dr_path_construct(IN osm_dr_path_t * p_path)
 *	p_path
 *		[in] Pointer to a directed route path object to initialize.
 *
-*	h_bind
-*		[in] Bind handle for the port on which this path applies.
-*
-*	hop_count
-*		[in] Hop count needed to reach this node.
-*
-*	path
-*		[in] Directed route path to reach this node.
-*
 * RETURN VALUE
 *	None.
 *
@@ -159,9 +146,6 @@  osm_dr_path_init(IN osm_dr_path_t * p_path, IN uint8_t hop_count,
 *	p_path
 *		[in] Pointer to a directed route path object to initialize.
 *
-*	h_bind
-*		[in] Bind handle for the port on which this path applies.
-*
 *	hop_count
 *		[in] Hop count needed to reach this node.
 *