[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v3 2/7] hw/arm: remove trailing whitespace
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH v3 2/7] hw/arm: remove trailing whitespace |
Date: |
Wed, 14 Dec 2016 18:05:02 +0000 |
On 2 December 2016 at 05:46, Alastair D'Silva <address@hidden> wrote:
> From: Alastair D'Silva <address@hidden>
>
> Remove trailing whitespace in hw/arm/pxa2xx.c
>
> Signed-off-by: Alastair D'Silva <address@hidden>
> ---
> hw/arm/pxa2xx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/arm/pxa2xx.c b/hw/arm/pxa2xx.c
> index 21ea1d6..8aa0f8a 100644
> --- a/hw/arm/pxa2xx.c
> +++ b/hw/arm/pxa2xx.c
> @@ -2070,7 +2070,7 @@ PXA2xxState *pxa270_init(MemoryRegion *address_space,
> }
> if (!revision)
> revision = "pxa270";
> -
> +
> s->cpu = cpu_arm_init(revision);
> if (s->cpu == NULL) {
> fprintf(stderr, "Unable to find CPU definition\n");
> --
Applied this patch to target-arm.next for 2.9.
thanks
-- PMM
- [Qemu-arm] [PATCH v3 0/7] Add support for the Epson RX8900 RTC to the aspeed board, Alastair D'Silva, 2016/12/02
- [Qemu-arm] [PATCH v3 1/7] arm: Uniquely name imx25 I2C buses., Alastair D'Silva, 2016/12/02
- [Qemu-arm] [PATCH v3 3/7] hw/i2c: Add a NULL check for i2c slave init callbacks, Alastair D'Silva, 2016/12/02
- [Qemu-arm] [PATCH v3 2/7] hw/arm: remove trailing whitespace, Alastair D'Silva, 2016/12/02
- Re: [Qemu-arm] [PATCH v3 2/7] hw/arm: remove trailing whitespace,
Peter Maydell <=
- [Qemu-arm] [PATCH v3 7/7] arm: Add an RX8900 RTC to the ASpeed board, Alastair D'Silva, 2016/12/02
- [Qemu-arm] [PATCH v3 4/7] qtest: Support named interrupts, Alastair D'Silva, 2016/12/02
- [Qemu-arm] [PATCH v3 6/7] tests: Test all implemented RX8900 functionality, Alastair D'Silva, 2016/12/02
- [Qemu-arm] [PATCH v3 5/7] hw/timer: Add Epson RX8900 RTC support, Alastair D'Silva, 2016/12/02