diff options
author | Shaomin Deng <dengshaomin@cdjrlc.com> | 2022-08-27 18:46:40 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-09-12 16:34:38 +0300 |
commit | 050a3f1db5b968ce838724f1c92787483770335d (patch) | |
tree | 8710caa8f7e3e6371f0234c8817d2474eab640e6 /arch/mips/cavium-octeon/setup.c | |
parent | a343ca9bd728ed070b209d1ec40fe38dad7e516c (diff) | |
download | linux-050a3f1db5b968ce838724f1c92787483770335d.tar.xz |
MIPS: Fix comments typo
Remove the repeated word "as" in comments.
Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/cavium-octeon/setup.c')
-rw-r--r-- | arch/mips/cavium-octeon/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c index e7f994393ae8..a71727f7a608 100644 --- a/arch/mips/cavium-octeon/setup.c +++ b/arch/mips/cavium-octeon/setup.c @@ -530,7 +530,7 @@ void octeon_user_io_init(void) /* Get the current settings for CP0_CVMMEMCTL_REG */ cvmmemctl.u64 = read_c0_cvmmemctl(); /* R/W If set, marked write-buffer entries time out the same - * as as other entries; if clear, marked write-buffer entries + * as other entries; if clear, marked write-buffer entries * use the maximum timeout. */ cvmmemctl.s.dismarkwblongto = 1; /* R/W If set, a merged store does not clear the write-buffer |