[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230926112556.4270-1-huangli05@inspur.com>
Date: Tue, 26 Sep 2023 19:25:56 +0800
From: huangli05 <huangli05@...pur.com>
To: <mdf@...nel.org>, <hao.wu@...el.com>, <yilun.xu@...el.com>
CC: <trix@...hat.com>, <linux-fpga@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, huangli05 <huangli05@...pur.com>
Subject: [PATCH] staging: fpga: for test
Remove the repeated word "if" in comments.
Signed-off-by: huangli05 <huangli05@...pur.com>
---
drivers/fpga/stratix10-soc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/fpga/stratix10-soc.c b/drivers/fpga/stratix10-soc.c
index cacb9cc5757e..a8f632fc8350 100644
--- a/drivers/fpga/stratix10-soc.c
+++ b/drivers/fpga/stratix10-soc.c
@@ -286,7 +286,7 @@ static int s10_ops_write(struct fpga_manager *mgr, const char *buf,
/*
* Loop waiting for buffers to be returned. When a buffer is returned,
- * reuse it to send more data or free if if all data has been sent.
+ * reuse it to send more data or free if all data has been sent.
*/
while (count > 0 || s10_free_buffer_count(mgr) != NUM_SVC_BUFS) {
reinit_completion(&priv->status_return_completion);
--
2.31.1
Powered by blists - more mailing lists