projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2a1df
)
IB/qib: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Fri, 15 Jul 2022 05:40:07 +0000
(13:40 +0800)
committer
Leon Romanovsky
<leonro@nvidia.com>
Tue, 19 Jul 2022 08:11:54 +0000
(11:11 +0300)
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>
drivers/infiniband/hw/qib/qib_file_ops.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/qib/qib_file_ops.c
b/drivers/infiniband/hw/qib/qib_file_ops.c
index
f61e07f
..
3937144
100644
(file)
--- 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 */