Re: [PATCH] target/riscv: pmp: Fix some typos

2021-06-30 Thread Alistair Francis
On Sun, Jun 27, 2021 at 9:57 PM Bin Meng wrote: > > %s/CSP/CSR > %s/thie/the > > Signed-off-by: Bin Meng Thanks! Applied to riscv-to-apply.next Alistair > --- > > target/riscv/pmp.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/target/riscv/pmp.c b/targe

Re: [PATCH] target/riscv: pmp: Fix some typos

2021-06-27 Thread Alistair Francis
On Sun, Jun 27, 2021 at 9:57 PM Bin Meng wrote: > > %s/CSP/CSR > %s/thie/the > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > target/riscv/pmp.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/target/riscv/pmp.c b/target/riscv/p

Re: [PATCH] target/riscv: pmp: Fix some typos

2021-06-27 Thread Philippe Mathieu-Daudé
On 6/27/21 1:57 PM, Bin Meng wrote: > %s/CSP/CSR > %s/thie/the > > Signed-off-by: Bin Meng > --- > > target/riscv/pmp.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé