[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220605090508.12124-1-wangxiang@cdjrlc.com>
Date: Sun, 5 Jun 2022 17:05:08 +0800
From: Xiang wangx <wangxiang@...rlc.com>
To: dennis.dalessandro@...nelisnetworks.com, jgg@...pe.ca,
leon@...nel.org, linux-rdma@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Xiang wangx <wangxiang@...rlc.com>
Subject: [PATCH] RDMA/hw/hfi1/pio_copy: Fix syntax errors in comments
Delete the redundant word 'and'.
Signed-off-by: Xiang wangx <wangxiang@...rlc.com>
---
drivers/infiniband/hw/hfi1/pio_copy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/infiniband/hw/hfi1/pio_copy.c b/drivers/infiniband/hw/hfi1/pio_copy.c
index 136f9a99e1e0..7690f996d5e3 100644
--- a/drivers/infiniband/hw/hfi1/pio_copy.c
+++ b/drivers/infiniband/hw/hfi1/pio_copy.c
@@ -172,7 +172,7 @@ static inline void jcopy(u8 *dest, const u8 *src, u32 n)
}
/*
- * Read nbytes from "from" and and place them in the low bytes
+ * Read nbytes from "from" and place them in the low bytes
* of pbuf->carry. Other bytes are left as-is. Any previous
* value in pbuf->carry is lost.
*
--
2.36.1
Powered by blists - more mailing lists