[openib-general] [PATCH][dat] commentary typos

Bernhard Fischer rep.nop at aon.at
Mon Jul 4 14:30:15 PDT 2005


Hi,

- commentary typos.

Signed-off-by: Bernhard Fischer <rep.nop at aon.at>

No obj-code changes.

thank you,
Bernhard
-------------- next part --------------
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/linux-kernel/dat-provider/dapl_sp.c gen2.2780/users/jlentini/linux-kernel/dat-provider/dapl_sp.c
--- gen2.2780.oorig/users/jlentini/linux-kernel/dat-provider/dapl_sp.c	2005-06-27 23:07:04.000000000 +0200
+++ gen2.2780/users/jlentini/linux-kernel/dat-provider/dapl_sp.c	2005-07-04 21:29:16.000000000 +0200
@@ -330,9 +330,9 @@ u32 dapl_rsp_query(struct dat_sp *dat_rs
 }
 
 /*
- * Create a persistent Public Service Point that can recieve multiple
+ * Create a persistent Public Service Point that can receive multiple
  * requests for connections and generate multiple connection request
- * instances that wil be delivered to the specified Event Dispatcher
+ * instances that will be delivered to the specified Event Dispatcher
  * in a notification event. Differs from dapl_psp_create() in that
  * the conn_qual is selected by the implementation and returned to
  * the user.
@@ -435,9 +435,9 @@ bail:
 }
 
 /*
- * Create a persistent Public Service Point that can recieve multiple
+ * Create a persistent Public Service Point that can receive multiple
  * requests for connections and generate multiple connection request
- * instances that wil be delivered to the specified Event Dispatcher
+ * instances that will be delivered to the specified Event Dispatcher
  * in a notification event.
  */
 u32 dapl_psp_create(struct dat_ia *dat_ia, DAT_CONN_QUAL conn_qual,
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/linux-kernel/dat-provider/dapl_srq.c gen2.2780/users/jlentini/linux-kernel/dat-provider/dapl_srq.c
--- gen2.2780.oorig/users/jlentini/linux-kernel/dat-provider/dapl_srq.c	2005-06-27 23:07:04.000000000 +0200
+++ gen2.2780/users/jlentini/linux-kernel/dat-provider/dapl_srq.c	2005-07-04 21:22:07.000000000 +0200
@@ -207,7 +207,7 @@ u32 dapl_srq_free(struct dat_srq *srq)
 	if (atomic_read(&srq_ptr->srq_ref_count) != 0) {
 		/*
 		 * The DAPL 1.2 spec says to return DAT_SRQ_IN_USE, which does
-		 * not exist. Have filed the following as an eratta.
+		 * not exist. Have filed the following as an errata.
 		 */
 		status = DAT_ERROR(DAT_INVALID_STATE,
 				   DAT_INVALID_STATE_SRQ_IN_USE);
@@ -338,7 +338,7 @@ u32 dapl_srq_query(struct dat_srq *srq, 
 /*
  * dapl_srq_resize
  *
- * Modify the size fo the event queue of a Shared Recieve Queue
+ * Modify the size of the event queue of a Shared Receive Queue
  *
  * Input:
  * 	srq
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/linux-kernel/test/dapltest/test/dapl_performance_client.c gen2.2780/users/jlentini/linux-kernel/test/dapltest/test/dapl_performance_client.c
--- gen2.2780.oorig/users/jlentini/linux-kernel/test/dapltest/test/dapl_performance_client.c	2005-06-27 23:07:03.000000000 +0200
+++ gen2.2780/users/jlentini/linux-kernel/test/dapltest/test/dapl_performance_client.c	2005-07-04 21:29:42.000000000 +0200
@@ -409,7 +409,7 @@ DT_Performance_Test_Client_Exchange (
 			test_ptr->ep_context.ep,
 			DT_PERF_SYNC_BUFF_SIZE,
 			dto_cookie,
-			"Recieve Sync_Msg") )
+			"Received Sync_Msg") )
     {
 	return FALSE;
     }
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/linux-kernel/test/dapltest/test/dapl_performance_server.c gen2.2780/users/jlentini/linux-kernel/test/dapltest/test/dapl_performance_server.c
--- gen2.2780.oorig/users/jlentini/linux-kernel/test/dapltest/test/dapl_performance_server.c	2005-06-27 23:07:03.000000000 +0200
+++ gen2.2780/users/jlentini/linux-kernel/test/dapltest/test/dapl_performance_server.c	2005-07-04 21:29:27.000000000 +0200
@@ -384,7 +384,7 @@ DT_Performance_Test_Server_Exchange (
 			test_ptr->ep_context.ep,
 			DT_PERF_SYNC_BUFF_SIZE,
 			dto_cookie,
-			"Recieve Sync_Msg") )
+			"Received Sync_Msg") )
     {
 	return FALSE;
     }
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_evd_resize.c gen2.2780/users/jlentini/userspace/dapl/common/dapl_evd_resize.c
--- gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_evd_resize.c	2005-04-26 20:57:43.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/dapl/common/dapl_evd_resize.c	2005-07-04 21:04:18.000000000 +0200
@@ -47,7 +47,7 @@
  *
  * DAPL Requirements Version xxx, 6.3.2.5
  *
- * Modify the size fo the event queue of an Event Dispatcher
+ * Modify the size of the event queue of an Event Dispatcher
  *
  * Input:
  * 	evd_handle
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_psp_create_any.c gen2.2780/users/jlentini/userspace/dapl/common/dapl_psp_create_any.c
--- gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_psp_create_any.c	2005-04-26 20:57:43.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/dapl/common/dapl_psp_create_any.c	2005-07-04 21:34:14.000000000 +0200
@@ -46,9 +46,9 @@
  *
  * uDAPL: User Direct Access Program Library Version 1.1, 6.4.3.3
  *
- * Create a persistent Public Service Point that can recieve multiple
+ * Create a persistent Public Service Point that can receive multiple
  * requests for connections and generate multiple connection request
- * instances that wil be delivered to the specified Event Dispatcher
+ * instances that will be delivered to the specified Event Dispatcher
  * in a notification event. Differs from dapl_psp_create() in that
  * the conn_qual is selected by the implementation and returned to
  * the user.
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_psp_create.c gen2.2780/users/jlentini/userspace/dapl/common/dapl_psp_create.c
--- gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_psp_create.c	2005-04-26 20:57:43.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/dapl/common/dapl_psp_create.c	2005-07-04 21:34:31.000000000 +0200
@@ -46,9 +46,9 @@
  *
  * uDAPL: User Direct Access Program Library Version 1.1, 6.4.1.1
  *
- * Create a persistent Public Service Point that can recieve multiple
+ * Create a persistent Public Service Point that can receive multiple
  * requests for connections and generate multiple connection request
- * instances that wil be delivered to the specified Event Dispatcher
+ * instances that will be delivered to the specified Event Dispatcher
  * in a notification event.
  *
  * Input:
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_srq_free.c gen2.2780/users/jlentini/userspace/dapl/common/dapl_srq_free.c
--- gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_srq_free.c	2005-04-26 20:57:43.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/dapl/common/dapl_srq_free.c	2005-07-04 21:20:35.000000000 +0200
@@ -88,7 +88,7 @@ dapl_srq_free (
     {
 	/*
 	 * The DAPL 1.2 spec says to return DAT_SRQ_IN_USE, which does
-	 * not exist. Have filed the following as an eratta.
+	 * not exist. Have filed the following as an errata.
 	 */
 	dat_status = DAT_ERROR (DAT_INVALID_STATE,DAT_INVALID_STATE_SRQ_IN_USE);
 	goto bail;
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_srq_resize.c gen2.2780/users/jlentini/userspace/dapl/common/dapl_srq_resize.c
--- gen2.2780.oorig/users/jlentini/userspace/dapl/common/dapl_srq_resize.c	2005-04-26 20:57:43.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/dapl/common/dapl_srq_resize.c	2005-07-04 21:04:06.000000000 +0200
@@ -46,7 +46,7 @@
  *
  * DAPL Requirements Version 1.2, 6.5.7
  *
- * Modify the size fo the event queue of a Shared Recieve Queue
+ * Modify the size of the event queue of a Shared Receive Queue
  *
  * Input:
  * 	srq_handle
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/dapl/udapl/dapl_evd_disable.c gen2.2780/users/jlentini/userspace/dapl/udapl/dapl_evd_disable.c
--- gen2.2780.oorig/users/jlentini/userspace/dapl/udapl/dapl_evd_disable.c	2005-04-26 20:57:38.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/dapl/udapl/dapl_evd_disable.c	2005-07-04 21:04:32.000000000 +0200
@@ -44,7 +44,7 @@
  *
  * DAPL Requirements Version xxx, 6.3.2.5
  *
- * Modify the size fo the event queue of an Event Dispatcher
+ * Modify the size of the event queue of an Event Dispatcher
  *
  * Input:
  * 	evd_handle
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/dapl/udapl/dapl_evd_enable.c gen2.2780/users/jlentini/userspace/dapl/udapl/dapl_evd_enable.c
--- gen2.2780.oorig/users/jlentini/userspace/dapl/udapl/dapl_evd_enable.c	2005-04-26 20:57:38.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/dapl/udapl/dapl_evd_enable.c	2005-07-04 21:04:41.000000000 +0200
@@ -45,7 +45,7 @@
  *
  * DAPL Requirements Version xxx, 6.3.2.5
  *
- * Modify the size fo the event queue of an Event Dispatcher
+ * Modify the size of the event queue of an Event Dispatcher
  *
  * Input:
  * 	evd_handle
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/test/dapltest/test/dapl_performance_client.c gen2.2780/users/jlentini/userspace/test/dapltest/test/dapl_performance_client.c
--- gen2.2780.oorig/users/jlentini/userspace/test/dapltest/test/dapl_performance_client.c	2005-06-29 23:12:53.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/test/dapltest/test/dapl_performance_client.c	2005-07-04 21:27:22.000000000 +0200
@@ -440,7 +440,7 @@ DT_Performance_Test_Client_Exchange (
 			test_ptr->ep_context.ep_handle,
 			DT_PERF_SYNC_BUFF_SIZE,
 			dto_cookie,
-			"Recieve Sync_Msg") )
+			"Received Sync_Msg") )
     {
 	return false;
     }
diff -X excl -rduNp gen2.2780.oorig/users/jlentini/userspace/test/dapltest/test/dapl_performance_server.c gen2.2780/users/jlentini/userspace/test/dapltest/test/dapl_performance_server.c
--- gen2.2780.oorig/users/jlentini/userspace/test/dapltest/test/dapl_performance_server.c	2005-06-29 23:12:53.000000000 +0200
+++ gen2.2780/users/jlentini/userspace/test/dapltest/test/dapl_performance_server.c	2005-07-04 21:27:08.000000000 +0200
@@ -399,7 +399,7 @@ DT_Performance_Test_Server_Exchange (
 			test_ptr->ep_context.ep_handle,
 			DT_PERF_SYNC_BUFF_SIZE,
 			dto_cookie,
-			"Recieve Sync_Msg") )
+			"Received Sync_Msg") )
     {
 	return false;
     }



More information about the general mailing list