diff mbox series

drivers/edac: Fix comment typo

Message ID 562575dc60e79aab479f1d83ffc54ecb@208suo.com (mailing list archive)
State New, archived
Headers show
Series drivers/edac: Fix comment typo | expand

Commit Message

pangzizhen001@208suo.com July 18, 2023, 4:35 p.m. UTC
Delete duplicate word "the"

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
  drivers/edac/altera_edac.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

      reg = READ_ONCE(ptemp[0]);
diff mbox series

Patch

diff --git a/drivers/edac/altera_edac.c b/drivers/edac/altera_edac.c
index 8b31cd54bdb6..a3b17813eb9b 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.
       */