Message ID | 20230224154601.88163-3-ajones@ventanamicro.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a3d095ac00faee0deb575ba053f0567b0d124d0b |
Headers | show |
Series | riscv: alternative/cpufeature related cleanups | expand |
On 24/02/2023 15:45, Andrew Jones wrote: > Errata is already plural for erratum. Rename it to make the > grammar gooder. gooder o_o let's just go emjoi (╯°□°)╯︵ ┻━┻
On Fri, 24 Feb 2023 07:53:48 PST (-0800), ben.dooks@codethink.co.uk wrote: > On 24/02/2023 15:45, Andrew Jones wrote: >> Errata is already plural for erratum. Rename it to make the >> grammar gooder. > > gooder o_o Thanks, this one bugged me every time I saw it. > > let's just go emjoi (╯°□°)╯︵ ┻━┻ > > -- > Ben Dooks http://www.codethink.co.uk/ > Senior Engineer Codethink - Providing Genius > > https://www.codethink.co.uk/privacy.html > > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index eb087e17c91b..80bc960706e3 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -246,7 +246,7 @@ config AS_HAS_INSN def_bool $(as-instr,.insn r 51$(comma) 0$(comma) 0$(comma) t0$(comma) t0$(comma) zero) source "arch/riscv/Kconfig.socs" -source "arch/riscv/Kconfig.erratas" +source "arch/riscv/Kconfig.errata" menu "Platform type" diff --git a/arch/riscv/Kconfig.erratas b/arch/riscv/Kconfig.errata similarity index 100% rename from arch/riscv/Kconfig.erratas rename to arch/riscv/Kconfig.errata