IB: Fix typos in infiniband drivers
Correct spelling typos in comments in drivers/infiniband. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
committed by
Roland Dreier
parent
0d7614f09c
commit
142ad5db2b
@@ -439,7 +439,7 @@ static int c2_rnic_close(struct c2_dev *c2dev)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Called by c2_probe to initialize the RNIC. This principally
|
* Called by c2_probe to initialize the RNIC. This principally
|
||||||
* involves initalizing the various limits and resouce pools that
|
* involves initializing the various limits and resource pools that
|
||||||
* comprise the RNIC instance.
|
* comprise the RNIC instance.
|
||||||
*/
|
*/
|
||||||
int __devinit c2_rnic_init(struct c2_dev *c2dev)
|
int __devinit c2_rnic_init(struct c2_dev *c2dev)
|
||||||
|
@@ -1680,7 +1680,7 @@ static int close_con_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
|
|||||||
* T3A does 3 things when a TERM is received:
|
* T3A does 3 things when a TERM is received:
|
||||||
* 1) send up a CPL_RDMA_TERMINATE message with the TERM packet
|
* 1) send up a CPL_RDMA_TERMINATE message with the TERM packet
|
||||||
* 2) generate an async event on the QP with the TERMINATE opcode
|
* 2) generate an async event on the QP with the TERMINATE opcode
|
||||||
* 3) post a TERMINATE opcde cqe into the associated CQ.
|
* 3) post a TERMINATE opcode cqe into the associated CQ.
|
||||||
*
|
*
|
||||||
* For (1), we save the message in the qp for later consumer consumption.
|
* For (1), we save the message in the qp for later consumer consumption.
|
||||||
* For (2), we move the QP into TERMINATE, post a QP event and disconnect.
|
* For (2), we move the QP into TERMINATE, post a QP event and disconnect.
|
||||||
|
@@ -372,7 +372,7 @@ static void qib_sd_trimdone_monitor(struct qib_devdata *dd,
|
|||||||
/* Read CTRL reg for each channel to check TRIMDONE */
|
/* Read CTRL reg for each channel to check TRIMDONE */
|
||||||
if (baduns & (1 << chn)) {
|
if (baduns & (1 << chn)) {
|
||||||
qib_dev_err(dd,
|
qib_dev_err(dd,
|
||||||
"Reseting TRIMDONE on chn %d (%s)\n",
|
"Resetting TRIMDONE on chn %d (%s)\n",
|
||||||
chn, where);
|
chn, where);
|
||||||
ret = qib_sd7220_reg_mod(dd, IB_7220_SERDES,
|
ret = qib_sd7220_reg_mod(dd, IB_7220_SERDES,
|
||||||
IB_CTRL2(chn), 0x10, 0x10);
|
IB_CTRL2(chn), 0x10, 0x10);
|
||||||
|
@@ -1469,7 +1469,7 @@ static void srpt_handle_send_comp(struct srpt_rdma_ch *ch,
|
|||||||
*
|
*
|
||||||
* XXX: what is now target_execute_cmd used to be asynchronous, and unmapping
|
* XXX: what is now target_execute_cmd used to be asynchronous, and unmapping
|
||||||
* the data that has been transferred via IB RDMA had to be postponed until the
|
* the data that has been transferred via IB RDMA had to be postponed until the
|
||||||
* check_stop_free() callback. None of this is nessecary anymore and needs to
|
* check_stop_free() callback. None of this is necessary anymore and needs to
|
||||||
* be cleaned up.
|
* be cleaned up.
|
||||||
*/
|
*/
|
||||||
static void srpt_handle_rdma_comp(struct srpt_rdma_ch *ch,
|
static void srpt_handle_rdma_comp(struct srpt_rdma_ch *ch,
|
||||||
|
Reference in New Issue
Block a user