[openib-general] [PATCH TRIVIAL] opensm: osm_sm_state_mgr.h trivial indentation fixes

Sasha Khapyorsky sashak at voltaire.com
Thu Nov 2 02:57:16 PST 2006


Trivial indentation fixes in osm_sm_state_mgr.h

Signed-off-by: Sasha Khapyorsky <sashak at voltaire.com>
---
 osm/include/opensm/osm_sm_state_mgr.h |   40 +++++++++++++++++---------------
 1 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/osm/include/opensm/osm_sm_state_mgr.h b/osm/include/opensm/osm_sm_state_mgr.h
index 87dc5a7..5f60276 100644
--- a/osm/include/opensm/osm_sm_state_mgr.h
+++ b/osm/include/opensm/osm_sm_state_mgr.h
@@ -107,15 +107,15 @@ BEGIN_C_DECLS
 */
 typedef struct _osm_sm_state_mgr
 {
-	cl_spinlock_t			  state_lock;
-   cl_timer_t             polling_timer;
-   uint32_t               retry_number;
-   ib_net64_t             master_guid;
-	osm_state_mgr_t*       p_state_mgr;
-	osm_subn_t*				  p_subn;
-	osm_req_t*				  p_req;
-   osm_log_t*  			  p_log;
-  osm_remote_sm_t*        p_polling_sm;
+	cl_spinlock_t    state_lock;
+	cl_timer_t       polling_timer;
+	uint32_t         retry_number;
+	ib_net64_t       master_guid;
+	osm_state_mgr_t* p_state_mgr;
+	osm_subn_t*      p_subn;
+	osm_req_t*       p_req;
+	osm_log_t*       p_log;
+	osm_remote_sm_t* p_polling_sm;
 } osm_sm_state_mgr_t;
 
 /*
@@ -124,26 +124,28 @@ typedef struct _osm_sm_state_mgr
 *		Spinlock guarding the state and processes.
 *
 *	retry_number
-*		Used on Standby state - to count the number of retries of queries to the master SM.
+*		Used on Standby state - to count the number of retries
+*		of queries to the master SM.
 *
-*  polling_timer
-*     Timer for polling
+*	polling_timer
+*		Timer for polling
 *
-*  p_state_mgr
-*     Point to the state manager object
+*	p_state_mgr
+*		Point to the state manager object
 *
 *	p_subn
 *		Pointer to the Subnet object for this subnet.
 *
-*  p_req
+*	p_req
 *		Pointer to the generic attribute request object.
 *
 *	p_log
 *		Pointer to the log object.
 *
-*  p_polling_sm
-*     Pointer to a osm_remote_sm_t object. When our SM needs to poll on a remote
-*     sm, this will be the pointer of the polled SM.
+*	p_polling_sm
+*		Pointer to a osm_remote_sm_t object. When our SM needs
+*		to poll on a remote sm, this will be the pointer of the
+*		polled SM.
 *
 * SEE ALSO
 *	SM State Manager object
@@ -298,7 +300,7 @@ osm_sm_state_mgr_process(
 *
 * DESCRIPTION
 *	Signals that the remote Master SM is alive.
-*  Need to clear the retry_number variable.
+*	Need to clear the retry_number variable.
 *
 * SYNOPSIS
 */
-- 
1.4.3.3.g8387





More information about the general mailing list