[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v5 4/7] qtest: Fix whitespace
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH v5 4/7] qtest: Fix whitespace |
Date: |
Mon, 16 Jan 2017 15:00:53 +0000 |
On 5 January 2017 at 04:34, Alastair D'Silva <address@hidden> wrote:
> From: Alastair D'Silva <address@hidden>
>
> Fix 2 cases of incorrect indentation
>
> Signed-off-by: Alastair D'Silva <address@hidden>
> ---
> qtest.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qtest.c b/qtest.c
> index a947892..143077e 100644
> --- a/qtest.c
> +++ b/qtest.c
> @@ -309,7 +309,7 @@ static void qtest_process_command(CharBackend *chr, gchar
> **words)
> if (!dev) {
> qtest_send_prefix(chr);
> qtest_send(chr, "FAIL Unknown device\n");
> - return;
> + return;
> }
>
> if (irq_intercept_dev) {
> @@ -319,7 +319,7 @@ static void qtest_process_command(CharBackend *chr, gchar
> **words)
> } else {
> qtest_send(chr, "OK\n");
> }
> - return;
> + return;
> }
>
> QLIST_FOREACH(ngl, &dev->gpios, node) {
Reviewed-by: Peter Maydell <address@hidden>
thanks
-- PMM
- [Qemu-arm] [PATCH v5 0/7] Add support for the Epson RX8900 RTC to the aspeed board, Alastair D'Silva, 2017/01/04
- [Qemu-arm] [PATCH v5 3/7] qtest: Support setting named GPIOs, Alastair D'Silva, 2017/01/04
- [Qemu-arm] [PATCH v5 7/7] arm: Add an RX8900 RTC to the ASpeed board, Alastair D'Silva, 2017/01/04
- [Qemu-arm] [PATCH v5 1/7] arm: Uniquely name imx25 I2C buses., Alastair D'Silva, 2017/01/04
- [Qemu-arm] [PATCH v5 4/7] qtest: Fix whitespace, Alastair D'Silva, 2017/01/04
- Re: [Qemu-arm] [PATCH v5 4/7] qtest: Fix whitespace,
Peter Maydell <=
- [Qemu-arm] [PATCH v5 6/7] tests: Test all implemented RX8900 functionality, Alastair D'Silva, 2017/01/04
- [Qemu-arm] [PATCH v5 2/7] qtest: Support named interrupts, Alastair D'Silva, 2017/01/04
- [Qemu-arm] [PATCH v5 5/7] hw/timer: Add Epson RX8900 RTC support, Alastair D'Silva, 2017/01/04
- Re: [Qemu-arm] [Qemu-devel] [PATCH v5 0/7] Add support for the Epson RX8900 RTC to the aspeed board, no-reply, 2017/01/04
- Re: [Qemu-arm] [Qemu-devel] [PATCH v5 0/7] Add support for the Epson RX8900 RTC to the aspeed board, no-reply, 2017/01/04