Re: [PATCH 11/11] hw/isa/piix3: Remove extra '; ' outside of functions

2022-07-14 Thread Peter Maydell
On Wed, 13 Jul 2022 at 09:52, Bernhard Beschow wrote: > > Fixes the "extra-semi" clang-tidy check. > > Signed-off-by: Bernhard Beschow > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 11/11] hw/isa/piix3: Remove extra ';' outside of functions

2022-07-13 Thread Bernhard Beschow
Fixes the "extra-semi" clang-tidy check. Signed-off-by: Bernhard Beschow --- hw/isa/piix3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/isa/piix3.c b/hw/isa/piix3.c index 56a741c192..3cfd6eafcd 100644 --- a/hw/isa/piix3.c +++ b/hw/isa/piix3.c @@ -442,7 +442,7 @@