Message ID | 20210812093356.1946-15-peter.maydell@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | arm: Get rid of system_clock_scale global | expand |
On 8/12/21 11:33 AM, Peter Maydell wrote: > Delete the trailing blank line at the end of the source file. > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> > --- > hw/arm/stm32vldiscovery.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/arm/stm32vldiscovery.c b/hw/arm/stm32vldiscovery.c > index 07e401a818d..9b79004703b 100644 > --- a/hw/arm/stm32vldiscovery.c > +++ b/hw/arm/stm32vldiscovery.c > @@ -65,4 +65,3 @@ static void stm32vldiscovery_machine_init(MachineClass *mc) > } > > DEFINE_MACHINE("stm32vldiscovery", stm32vldiscovery_machine_init) > - > Reviewed-by: Alexandre Iooss <erdnaxe@crans.org> Thanks, -- Alexandre
On Thu, Aug 12, 2021 at 7:44 PM Peter Maydell <peter.maydell@linaro.org> wrote: > > Delete the trailing blank line at the end of the source file. > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Alistair > --- > hw/arm/stm32vldiscovery.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/arm/stm32vldiscovery.c b/hw/arm/stm32vldiscovery.c > index 07e401a818d..9b79004703b 100644 > --- a/hw/arm/stm32vldiscovery.c > +++ b/hw/arm/stm32vldiscovery.c > @@ -65,4 +65,3 @@ static void stm32vldiscovery_machine_init(MachineClass *mc) > } > > DEFINE_MACHINE("stm32vldiscovery", stm32vldiscovery_machine_init) > - > -- > 2.20.1 > >
On 10:33 Thu 12 Aug , Peter Maydell wrote: > Delete the trailing blank line at the end of the source file. > > Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Luc Michel <luc@lmichel.fr> > --- > hw/arm/stm32vldiscovery.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/arm/stm32vldiscovery.c b/hw/arm/stm32vldiscovery.c > index 07e401a818d..9b79004703b 100644 > --- a/hw/arm/stm32vldiscovery.c > +++ b/hw/arm/stm32vldiscovery.c > @@ -65,4 +65,3 @@ static void stm32vldiscovery_machine_init(MachineClass *mc) > } > > DEFINE_MACHINE("stm32vldiscovery", stm32vldiscovery_machine_init) > - > -- > 2.20.1 > --
diff --git a/hw/arm/stm32vldiscovery.c b/hw/arm/stm32vldiscovery.c index 07e401a818d..9b79004703b 100644 --- a/hw/arm/stm32vldiscovery.c +++ b/hw/arm/stm32vldiscovery.c @@ -65,4 +65,3 @@ static void stm32vldiscovery_machine_init(MachineClass *mc) } DEFINE_MACHINE("stm32vldiscovery", stm32vldiscovery_machine_init) -
Delete the trailing blank line at the end of the source file. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> --- hw/arm/stm32vldiscovery.c | 1 - 1 file changed, 1 deletion(-) -- 2.20.1