diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2021-12-11 16:57:15 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-12-14 10:03:45 +0100 |
commit | 4317892db474ddcf0f9d4a9bca8e0d2ddb1d0ab9 (patch) | |
tree | 2725149288a37472d25b1a299e5b9b6d28c0ba99 /arch/mips/include/asm | |
parent | 8de927a4d6f8f5c02e337a6121da75e7e1328a28 (diff) | |
download | linux-rpi-4317892db474ddcf0f9d4a9bca8e0d2ddb1d0ab9.tar.gz linux-rpi-4317892db474ddcf0f9d4a9bca8e0d2ddb1d0ab9.tar.bz2 linux-rpi-4317892db474ddcf0f9d4a9bca8e0d2ddb1d0ab9.zip |
MIPS: fix typo in a comment
The double `Address' in the comment in line 487 is repeated. Remove one
of them from the comment.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r-- | arch/mips/include/asm/sibyte/sb1250_mc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/sibyte/sb1250_mc.h b/arch/mips/include/asm/sibyte/sb1250_mc.h index c02fe823effc..61411619dff3 100644 --- a/arch/mips/include/asm/sibyte/sb1250_mc.h +++ b/arch/mips/include/asm/sibyte/sb1250_mc.h @@ -484,7 +484,7 @@ /* - * Bank Address Address Bits Register (Table 6-22) + * Bank Address Bits Register (Table 6-22) */ #define S_MC_BA_RESERVED 0 |