Re: [PATCH 6/6] target/arm: Add missing space in comment

2022-08-19 Thread Richard Henderson
On 8/19/22 04:00, Peter Maydell wrote: Fix a missing space before a comment terminator. Signed-off-by: Peter Maydell --- target/arm/cpu_tcg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

[PATCH 6/6] target/arm: Add missing space in comment

2022-08-19 Thread Peter Maydell
Fix a missing space before a comment terminator. Signed-off-by: Peter Maydell --- target/arm/cpu_tcg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c index f63f8cdd954..b714c61d940 100644 --- a/target/arm/cpu_tcg.c +++ b/target/arm