diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-12-06 18:08:12 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-12-13 09:21:42 -0800 |
commit | 37f0ab1477994a0d0dc3c1e0de030fae07d37965 (patch) | |
tree | b4f28effadede91e2171f0b7d57c845587ebefef /Documentation/riscv | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) |
Documentation: RISC-V: Fix a typo in patch-acceptance
I just stumbled on this when modifying the docs.
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20221207020815.16214-2-palmer@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'Documentation/riscv')
-rw-r--r-- | Documentation/riscv/patch-acceptance.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/riscv/patch-acceptance.rst b/Documentation/riscv/patch-acceptance.rst index dfe0ac5624fb..5da6f9b273d6 100644 --- a/Documentation/riscv/patch-acceptance.rst +++ b/Documentation/riscv/patch-acceptance.rst @@ -29,7 +29,7 @@ their own custom extensions. These custom extensions aren't required to go through any review or ratification process by the RISC-V Foundation. To avoid the maintenance complexity and potential performance impact of adding kernel code for implementor-specific -RISC-V extensions, we'll only to accept patches for extensions that +RISC-V extensions, we'll only accept patches for extensions that have been officially frozen or ratified by the RISC-V Foundation. (Implementors, may, of course, maintain their own Linux kernel trees containing code for any custom extensions that they wish.) |