[PATCH] EDAC/amd64: fix typo in a comment

From: Jason Wang
Date: Sat Dec 11 2021 - 22:27:09 EST


The double `reads' in the comment in line 126 is repeated. Remove one
of them from the comment.

Signed-off-by: Jason Wang <wangborong@xxxxxxxxxx>
---
drivers/edac/amd64_edac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
index ca0c67bc25c6..dff6469e9f67 100644
--- a/drivers/edac/amd64_edac.c
+++ b/drivers/edac/amd64_edac.c
@@ -123,7 +123,7 @@ static inline int amd64_read_dct_pci_cfg(struct amd64_pvt *pvt, u8 dct,
if (dct) {
/*
* Note: If ganging is enabled, barring the regs
- * F2x[1,0]98 and F2x[1,0]9C; reads reads to F2x1xx
+ * F2x[1,0]98 and F2x[1,0]9C; reads to F2x1xx
* return 0. (cf. Section 2.8.1 F10h BKDG)
*/
if (dct_ganging_enabled(pvt))
--
2.34.1