diff options
author | Cai Huoqing <caihuoqing@baidu.com> | 2021-07-29 10:23:46 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-07-30 15:06:08 +0200 |
commit | 991c4274dc17b58b642894a48ccae85c9e53aad6 (patch) | |
tree | fb6b40b59382308c146c407bb0ec9a213fccdabf /drivers/infiniband/hw/hfi1/ruc.c | |
parent | docs: Fix infiniband uverbs minor number (diff) | |
download | linux-991c4274dc17b58b642894a48ccae85c9e53aad6.tar.xz linux-991c4274dc17b58b642894a48ccae85c9e53aad6.zip |
RDMA/hfi1: Fix typo in comments
Remove the repeated word 'the' from comments
Link: https://lore.kernel.org/r/20210729082346.1882-1-caihuoqing@baidu.com
Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/ruc.c')
-rw-r--r-- | drivers/infiniband/hw/hfi1/ruc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/ruc.c b/drivers/infiniband/hw/hfi1/ruc.c index c3fa1814c6a8..8cc65a7182f3 100644 --- a/drivers/infiniband/hw/hfi1/ruc.c +++ b/drivers/infiniband/hw/hfi1/ruc.c @@ -459,7 +459,7 @@ void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr, * send engine * @qp: a pointer to QP * @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 * * This routine checks if the time slice for the QP has expired |