From: Jason Wang Date: Fri, 15 Jul 2022 05:40:07 +0000 (+0800) Subject: IB/qib: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b3be1e57f2631e7383d4bb837ca78ff41ecc55c9;p=linux.git 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 Signed-off-by: Leon Romanovsky --- diff --git a/drivers/infiniband/hw/qib/qib_file_ops.c b/drivers/infiniband/hw/qib/qib_file_ops.c index f61e07f684cf5..3937144b2ae5a 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 */