[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221022053700.25752-1-wangjianli@cdjrlc.com>
Date: Sat, 22 Oct 2022 13:37:00 +0800
From: wangjianli <wangjianli@...rlc.com>
To: dinguyen@...nel.org, bp@...en8.de, mchehab@...nel.org,
tony.luck@...el.com
Cc: linux-edac@...r.kernel.org, linux-kernel@...r.kernel.org,
wangjianli <wangjianli@...rlc.com>
Subject: [PATCH] drivers/edac: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@...rlc.com>
---
drivers/edac/altera_edac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/edac/altera_edac.c b/drivers/edac/altera_edac.c
index e7e8e624a436..940f8149172c 100644
--- a/drivers/edac/altera_edac.c
+++ b/drivers/edac/altera_edac.c
@@ -168,7 +168,7 @@ static ssize_t altr_sdr_mc_err_inject_write(struct file *file,
/*
* To trigger the error, we need to read the data back
* (the data was written with errors above).
- * The READ_ONCE macros and printk are used to prevent the
+ * The READ_ONCE macros and printk are used to prevent
* the compiler optimizing these reads out.
*/
reg = READ_ONCE(ptemp[0]);
--
2.36.1
Powered by blists - more mailing lists