[openib-general] [PATCH][iser] commentary typos
Bernhard Fischer
rep.nop at aon.at
Mon Jul 4 14:30:39 PDT 2005
To whom it may concern,
- 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/ulps/iser/datamover/iser_conn.c gen2.2780/ulps/iser/datamover/iser_conn.c
--- gen2.2780.oorig/ulps/iser/datamover/iser_conn.c 2005-04-26 20:57:58.000000000 +0200
+++ gen2.2780/ulps/iser/datamover/iser_conn.c 2005-07-04 21:30:11.000000000 +0200
@@ -276,7 +276,7 @@ iser_connection_accept(iser_conn_request
iser_cr_reject(p_iser_conn);
ret_val = ISER_FAILURE;
IERROR
- ("post recieve pool == NULL, connection rejected\n");
+ ("post receive pool == NULL, connection rejected\n");
goto iser_connection_accept_exit;
}
/* During the login phase data for sent PDUs is drawn from the same buffer pool as recv */
@@ -1186,7 +1186,7 @@ iser_post_receive_control(struct iser_co
ITRACE(ISER_TRACE_CONN, "Added data buffer 0x%p to DTO as entry: %d\n",
p_regd_buf, i);
- ITRACE(ISER_TRACE_CONN, "Call post recieve with the DTO\n");
+ ITRACE(ISER_TRACE_CONN, "Call post receive with the DTO\n");
if (iser_post_recv(p_recv_dto) != 0) {
IERROR("Failed to post receive DTO\n");
ret_val = -1;
More information about the general
mailing list