[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] target/arm: add spaces around operator
From: |
Peter Maydell |
Subject: |
Re: [PATCH 1/3] target/arm: add spaces around operator |
Date: |
Wed, 4 Nov 2020 18:04:53 +0000 |
On Tue, 3 Nov 2020 at 11:47, Xinhao Zhang <zhangxinhao1@huawei.com> 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? (Single patches don't need a cover
letter). The individual patches should all then be
follow-ups to the cover letter (in the usual way that
git format-patch --cover-letter sets up).
(We document this and other conventions for our code
submission process at:
https://wiki.qemu.org/Contribute/SubmitAPatch )
thanks
-- PMM