]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
drivers/infiniband: Add missing "space"
authorJoe Perches <joe@perches.com>
Tue, 20 Nov 2007 01:48:11 +0000 (17:48 -0800)
committerRoland Dreier <rolandd@cisco.com>
Fri, 25 Jan 2008 22:15:26 +0000 (14:15 -0800)
Add missing spaces in the middle of format strings.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ehca/ehca_cq.c
drivers/infiniband/hw/ehca/ehca_qp.c
drivers/infiniband/ulp/iser/iser_initiator.c

index 79c25f51c21e82997b1215bcea2935764cdc5773..0467c158d4a997f2254b52f06d5fe281ae5f88f6 100644 (file)
@@ -246,7 +246,7 @@ struct ib_cq *ehca_create_cq(struct ib_device *device, int cqe, int comp_vector,
                } else {
                        if (h_ret != H_PAGE_REGISTERED) {
                                ehca_err(device, "Registration of page failed "
-                                        "ehca_cq=%p cq_num=%x h_ret=%li"
+                                        "ehca_cq=%p cq_num=%x h_ret=%li "
                                         "counter=%i act_pages=%i",
                                         my_cq, my_cq->cq_number,
                                         h_ret, counter, param.act_pages);
index eff5fb55604b4c5b218a693bf61eef9bc0c0063b..f116eb7c0b1146e5dac6b3c8a75c4e0e09b24e2d 100644 (file)
@@ -858,7 +858,7 @@ struct ib_srq *ehca_create_srq(struct ib_pd *pd,
                                update_mask,
                                mqpcb, my_qp->galpas.kernel);
        if (hret != H_SUCCESS) {
-               ehca_err(pd->device, "Could not modify SRQ to INIT"
+               ehca_err(pd->device, "Could not modify SRQ to INIT "
                         "ehca_qp=%p qp_num=%x h_ret=%li",
                         my_qp, my_qp->real_qp_num, hret);
                goto create_srq2;
@@ -872,7 +872,7 @@ struct ib_srq *ehca_create_srq(struct ib_pd *pd,
                                update_mask,
                                mqpcb, my_qp->galpas.kernel);
        if (hret != H_SUCCESS) {
-               ehca_err(pd->device, "Could not enable SRQ"
+               ehca_err(pd->device, "Could not enable SRQ "
                         "ehca_qp=%p qp_num=%x h_ret=%li",
                         my_qp, my_qp->real_qp_num, hret);
                goto create_srq2;
@@ -886,7 +886,7 @@ struct ib_srq *ehca_create_srq(struct ib_pd *pd,
                                update_mask,
                                mqpcb, my_qp->galpas.kernel);
        if (hret != H_SUCCESS) {
-               ehca_err(pd->device, "Could not modify SRQ to RTR"
+               ehca_err(pd->device, "Could not modify SRQ to RTR "
                         "ehca_qp=%p qp_num=%x h_ret=%li",
                         my_qp, my_qp->real_qp_num, hret);
                goto create_srq2;
index a6f2303ed14a40016fe09bd1e13757fe6b49467b..ba1b455949c0631f30fbc7f8882a744bf12e5165 100644 (file)
@@ -561,7 +561,7 @@ void iser_rcv_completion(struct iser_desc *rx_desc,
        if (opcode == ISCSI_OP_SCSI_CMD_RSP) {
                itt = get_itt(hdr->itt); /* mask out cid and age bits */
                if (!(itt < session->cmds_max))
-                       iser_err("itt can't be matched to task!!!"
+                       iser_err("itt can't be matched to task!!! "
                                 "conn %p opcode %d cmds_max %d itt %d\n",
                                 conn->iscsi_conn,opcode,session->cmds_max,itt);
                /* use the mapping given with the cmds array indexed by itt */