diff mbox series

fpga: stratix10-soc: Fix double word in comments

Message ID 20231013091327.3382-1-liubo03@inspur.com (mailing list archive)
State New
Headers show
Series fpga: stratix10-soc: Fix double word in comments | expand

Commit Message

Bo Liu Oct. 13, 2023, 9:13 a.m. UTC
Remove the repeated word "if" in comments.

Signed-off-by: Bo Liu <liubo03@inspur.com>
---
 drivers/fpga/stratix10-soc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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);