linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] IB: Fix comment typo
@ 2022-07-15  5:40 Jason Wang
  2022-07-19  8:12 ` Leon Romanovsky
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-15  5:40 UTC (permalink / raw)
  To: jgg; +Cc: dennis.dalessandro, leon, linux-rdma, linux-kernel, Jason Wang

The double `are' is duplicated in line 156, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/infiniband/hw/qib/qib_file_ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] IB: Fix comment typo
  2022-07-15  5:40 [PATCH] IB: Fix comment typo Jason Wang
@ 2022-07-19  8:12 ` Leon Romanovsky
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2022-07-19  8:12 UTC (permalink / raw)
  To: Jason Wang; +Cc: jgg, dennis.dalessandro, linux-rdma, linux-kernel

On Fri, Jul 15, 2022 at 01:40:07PM +0800, Jason Wang wrote:
> The double `are' is duplicated in line 156, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/infiniband/hw/qib/qib_file_ops.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Thanks, applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-19  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  5:40 [PATCH] IB: Fix comment typo Jason Wang
2022-07-19  8:12 ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).