Commit 991c4274 authored by Cai Huoqing's avatar Cai Huoqing Committed by Jason Gunthorpe

RDMA/hfi1: Fix typo in comments

Remove the repeated word 'the' from comments

Link: https://lore.kernel.org/r/20210729082346.1882-1-caihuoqing@baidu.comSigned-off-by: default avatarCai Huoqing <caihuoqing@baidu.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent 8d7e415d
...@@ -14414,7 +14414,7 @@ static void init_qos(struct hfi1_devdata *dd, struct rsm_map_table *rmt) ...@@ -14414,7 +14414,7 @@ static void init_qos(struct hfi1_devdata *dd, struct rsm_map_table *rmt)
if (rmt->used + rmt_entries >= NUM_MAP_ENTRIES) if (rmt->used + rmt_entries >= NUM_MAP_ENTRIES)
goto bail; goto bail;
/* add qos entries to the the RSM map table */ /* add qos entries to the RSM map table */
for (i = 0, ctxt = FIRST_KERNEL_KCTXT; i < num_vls; i++) { for (i = 0, ctxt = FIRST_KERNEL_KCTXT; i < num_vls; i++) {
unsigned tctxt; unsigned tctxt;
...@@ -14893,7 +14893,7 @@ int hfi1_clear_ctxt_pkey(struct hfi1_devdata *dd, struct hfi1_ctxtdata *ctxt) ...@@ -14893,7 +14893,7 @@ int hfi1_clear_ctxt_pkey(struct hfi1_devdata *dd, struct hfi1_ctxtdata *ctxt)
} }
/* /*
* Start doing the clean up the the chip. Our clean up happens in multiple * Start doing the clean up the chip. Our clean up happens in multiple
* stages and this is just the first. * stages and this is just the first.
*/ */
void hfi1_start_cleanup(struct hfi1_devdata *dd) void hfi1_start_cleanup(struct hfi1_devdata *dd)
......
...@@ -2602,7 +2602,7 @@ static inline bool hfi1_get_hdr_type(u32 lid, struct rdma_ah_attr *attr) ...@@ -2602,7 +2602,7 @@ static inline bool hfi1_get_hdr_type(u32 lid, struct rdma_ah_attr *attr)
HFI1_PKT_TYPE_16B : HFI1_PKT_TYPE_9B; HFI1_PKT_TYPE_16B : HFI1_PKT_TYPE_9B;
/* /*
* Return a 16B header type if either the the destination * Return a 16B header type if either the destination
* or source lid is extended. * or source lid is extended.
*/ */
if (hfi1_get_packet_type(rdma_ah_get_dlid(attr)) == HFI1_PKT_TYPE_16B) if (hfi1_get_packet_type(rdma_ah_get_dlid(attr)) == HFI1_PKT_TYPE_16B)
......
...@@ -459,7 +459,7 @@ void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr, ...@@ -459,7 +459,7 @@ void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr,
* send engine * send engine
* @qp: a pointer to QP * @qp: a pointer to QP
* @ps: a pointer to a structure with commonly lookup values for * @ps: a pointer to a structure with commonly lookup values for
* the the send engine progress * the send engine progress
* @tid: true if it is the tid leg * @tid: true if it is the tid leg
* *
* This routine checks if the time slice for the QP has expired * This routine checks if the time slice for the QP has expired
......
...@@ -1860,7 +1860,7 @@ static void sdma_make_progress(struct sdma_engine *sde, u64 status) ...@@ -1860,7 +1860,7 @@ static void sdma_make_progress(struct sdma_engine *sde, u64 status)
/* /*
* The SDMA idle interrupt is not guaranteed to be ordered with respect * The SDMA idle interrupt is not guaranteed to be ordered with respect
* to updates to the the dma_head location in host memory. The head * to updates to the dma_head location in host memory. The head
* value read might not be fully up to date. If there are pending * value read might not be fully up to date. If there are pending
* descriptors and the SDMA idle interrupt fired then read from the * descriptors and the SDMA idle interrupt fired then read from the
* CSR SDMA head instead to get the latest value from the hardware. * CSR SDMA head instead to get the latest value from the hardware.
......
...@@ -605,7 +605,7 @@ static void __trigger_tid_waiter(struct rvt_qp *qp) ...@@ -605,7 +605,7 @@ static void __trigger_tid_waiter(struct rvt_qp *qp)
* to this call via first_qp(). * to this call via first_qp().
* *
* If the qp trigger was already scheduled (!rval) * If the qp trigger was already scheduled (!rval)
* the the reference is dropped, otherwise the resume * the reference is dropped, otherwise the resume
* or the destroy cancel will dispatch the reference. * or the destroy cancel will dispatch the reference.
*/ */
static void tid_rdma_schedule_tid_wakeup(struct rvt_qp *qp) static void tid_rdma_schedule_tid_wakeup(struct rvt_qp *qp)
...@@ -5174,7 +5174,7 @@ int hfi1_make_tid_rdma_pkt(struct rvt_qp *qp, struct hfi1_pkt_state *ps) ...@@ -5174,7 +5174,7 @@ int hfi1_make_tid_rdma_pkt(struct rvt_qp *qp, struct hfi1_pkt_state *ps)
priv->s_flags &= ~RVT_S_BUSY; priv->s_flags &= ~RVT_S_BUSY;
/* /*
* If we didn't get a txreq, the QP will be woken up later to try * If we didn't get a txreq, the QP will be woken up later to try
* again, set the flags to the the wake up which work item to wake * again, set the flags to the wake up which work item to wake
* up. * up.
* (A better algorithm should be found to do this and generalize the * (A better algorithm should be found to do this and generalize the
* sleep/wakeup flags.) * sleep/wakeup flags.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment