答复: [PATCH 1/3] target/arm: add spaces around operator

2020-11-05 Thread zhangxinhao
Trivial 主题: Re: [PATCH 1/3] target/arm: add spaces around operator On Tue, 3 Nov 2020 at 11:47, Xinhao Zhang wrote: > > Fix code style. Operator needs spaces both sides. Thanks; I have applied this series to target-arm.next. For future patch submissions, please could you include a cover let

Re: [PATCH 1/3] target/arm: add spaces around operator

2020-11-04 Thread Peter Maydell
On Tue, 3 Nov 2020 at 11:47, Xinhao Zhang wrote: > > Fix code style. Operator needs spaces both sides. Thanks; I have applied this series to target-arm.next. For future patch submissions, please could you include a cover letter if you're submitting a series with more than one patch in it? (Singl

[PATCH 1/3] target/arm: add spaces around operator

2020-11-03 Thread Xinhao Zhang
Fix code style. Operator needs spaces both sides. Signed-off-by: Xinhao Zhang Signed-off-by: Kai Deng --- target/arm/arch_dump.c | 8 target/arm/arm-semi.c | 8 target/arm/helper.c| 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/target/arm/arch_dump.