diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 20:48:11 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-01-25 17:15:26 -0500 |
commit | 908cf9a565348b5a6d765d120cb189a568ea4883 (patch) | |
tree | ee37f9cbeb6631eb0d6ca82d24d6f0bc003ab726 /drivers/infiniband | |
parent | 2c45688faed1b19583c388694025e39001b68c8d (diff) |
drivers/infiniband: Add missing "space"
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>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_cq.c | 2 | ||||
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_qp.c | 6 | ||||
-rw-r--r-- | drivers/infiniband/ulp/iser/iser_initiator.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_cq.c b/drivers/infiniband/hw/ehca/ehca_cq.c index 79c25f51c21e..0467c158d4a9 100644 --- a/drivers/infiniband/hw/ehca/ehca_cq.c +++ b/drivers/infiniband/hw/ehca/ehca_cq.c | |||
@@ -246,7 +246,7 @@ struct ib_cq *ehca_create_cq(struct ib_device *device, int cqe, int comp_vector, | |||
246 | } else { | 246 | } else { |
247 | if (h_ret != H_PAGE_REGISTERED) { | 247 | if (h_ret != H_PAGE_REGISTERED) { |
248 | ehca_err(device, "Registration of page failed " | 248 | ehca_err(device, "Registration of page failed " |
249 | "ehca_cq=%p cq_num=%x h_ret=%li" | 249 | "ehca_cq=%p cq_num=%x h_ret=%li " |
250 | "counter=%i act_pages=%i", | 250 | "counter=%i act_pages=%i", |
251 | my_cq, my_cq->cq_number, | 251 | my_cq, my_cq->cq_number, |
252 | h_ret, counter, param.act_pages); | 252 | h_ret, counter, param.act_pages); |
diff --git a/drivers/infiniband/hw/ehca/ehca_qp.c b/drivers/infiniband/hw/ehca/ehca_qp.c index eff5fb55604b..f116eb7c0b11 100644 --- a/drivers/infiniband/hw/ehca/ehca_qp.c +++ b/drivers/infiniband/hw/ehca/ehca_qp.c | |||
@@ -858,7 +858,7 @@ struct ib_srq *ehca_create_srq(struct ib_pd *pd, | |||
858 | update_mask, | 858 | update_mask, |
859 | mqpcb, my_qp->galpas.kernel); | 859 | mqpcb, my_qp->galpas.kernel); |
860 | if (hret != H_SUCCESS) { | 860 | if (hret != H_SUCCESS) { |
861 | ehca_err(pd->device, "Could not modify SRQ to INIT" | 861 | ehca_err(pd->device, "Could not modify SRQ to INIT " |
862 | "ehca_qp=%p qp_num=%x h_ret=%li", | 862 | "ehca_qp=%p qp_num=%x h_ret=%li", |
863 | my_qp, my_qp->real_qp_num, hret); | 863 | my_qp, my_qp->real_qp_num, hret); |
864 | goto create_srq2; | 864 | goto create_srq2; |
@@ -872,7 +872,7 @@ struct ib_srq *ehca_create_srq(struct ib_pd *pd, | |||
872 | update_mask, | 872 | update_mask, |
873 | mqpcb, my_qp->galpas.kernel); | 873 | mqpcb, my_qp->galpas.kernel); |
874 | if (hret != H_SUCCESS) { | 874 | if (hret != H_SUCCESS) { |
875 | ehca_err(pd->device, "Could not enable SRQ" | 875 | ehca_err(pd->device, "Could not enable SRQ " |
876 | "ehca_qp=%p qp_num=%x h_ret=%li", | 876 | "ehca_qp=%p qp_num=%x h_ret=%li", |
877 | my_qp, my_qp->real_qp_num, hret); | 877 | my_qp, my_qp->real_qp_num, hret); |
878 | goto create_srq2; | 878 | goto create_srq2; |
@@ -886,7 +886,7 @@ struct ib_srq *ehca_create_srq(struct ib_pd *pd, | |||
886 | update_mask, | 886 | update_mask, |
887 | mqpcb, my_qp->galpas.kernel); | 887 | mqpcb, my_qp->galpas.kernel); |
888 | if (hret != H_SUCCESS) { | 888 | if (hret != H_SUCCESS) { |
889 | ehca_err(pd->device, "Could not modify SRQ to RTR" | 889 | ehca_err(pd->device, "Could not modify SRQ to RTR " |
890 | "ehca_qp=%p qp_num=%x h_ret=%li", | 890 | "ehca_qp=%p qp_num=%x h_ret=%li", |
891 | my_qp, my_qp->real_qp_num, hret); | 891 | my_qp, my_qp->real_qp_num, hret); |
892 | goto create_srq2; | 892 | goto create_srq2; |
diff --git a/drivers/infiniband/ulp/iser/iser_initiator.c b/drivers/infiniband/ulp/iser/iser_initiator.c index a6f2303ed14a..ba1b455949c0 100644 --- a/drivers/infiniband/ulp/iser/iser_initiator.c +++ b/drivers/infiniband/ulp/iser/iser_initiator.c | |||
@@ -561,7 +561,7 @@ void iser_rcv_completion(struct iser_desc *rx_desc, | |||
561 | if (opcode == ISCSI_OP_SCSI_CMD_RSP) { | 561 | if (opcode == ISCSI_OP_SCSI_CMD_RSP) { |
562 | itt = get_itt(hdr->itt); /* mask out cid and age bits */ | 562 | itt = get_itt(hdr->itt); /* mask out cid and age bits */ |
563 | if (!(itt < session->cmds_max)) | 563 | if (!(itt < session->cmds_max)) |
564 | iser_err("itt can't be matched to task!!!" | 564 | iser_err("itt can't be matched to task!!! " |
565 | "conn %p opcode %d cmds_max %d itt %d\n", | 565 | "conn %p opcode %d cmds_max %d itt %d\n", |
566 | conn->iscsi_conn,opcode,session->cmds_max,itt); | 566 | conn->iscsi_conn,opcode,session->cmds_max,itt); |
567 | /* use the mapping given with the cmds array indexed by itt */ | 567 | /* use the mapping given with the cmds array indexed by itt */ |