aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-07-15 13:40:07 +0800
committerLeon Romanovsky <leonro@nvidia.com>2022-07-19 11:11:54 +0300
commitb3be1e57f2631e7383d4bb837ca78ff41ecc55c9 (patch)
tree4f52beaf7992031c44c81d48dd0e6df6187fc0a7 /drivers/infiniband/hw/qib
parentRDMA/hfi1: fix potential memory leak in setup_base_ctxt() (diff)
downloadlinux-dev-b3be1e57f2631e7383d4bb837ca78ff41ecc55c9.tar.xz
linux-dev-b3be1e57f2631e7383d4bb837ca78ff41ecc55c9.zip
IB/qib: Fix comment typo
The double `are' is duplicated in line 156, remove one. Link: https://lore.kernel.org/r/20220715054007.5320-1-wangborong@cdjrlc.com Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers/infiniband/hw/qib')
-rw-r--r--drivers/infiniband/hw/qib/qib_file_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib_file_ops.c b/drivers/infiniband/hw/qib/qib_file_ops.c
index f61e07f684cf..3937144b2ae5 100644
--- a/drivers/infiniband/hw/qib/qib_file_ops.c
+++ b/drivers/infiniband/hw/qib/qib_file_ops.c
@@ -153,7 +153,7 @@ static int qib_get_base_info(struct file *fp, void __user *ubase,
kinfo->spi_tidcnt += dd->rcvtidcnt % subctxt_cnt;
/*
* for this use, may be cfgctxts summed over all chips that
- * are are configured and present
+ * are configured and present
*/
kinfo->spi_nctxts = dd->cfgctxts;
/* unit (chip/board) our context is on */