[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 7/7] hw/other: spelling fixes
From: |
Peter Maydell |
Subject: |
Re: [PATCH 7/7] hw/other: spelling fixes |
Date: |
Mon, 11 Sep 2023 16:34:34 +0100 |
On Sat, 9 Sept 2023 at 14:16, Michael Tokarev <mjt@tls.msk.ru> wrote:
>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> diff --git a/hw/misc/trace-events b/hw/misc/trace-events
> index e8b2be14c0..bc87cd3670 100644
> --- a/hw/misc/trace-events
> +++ b/hw/misc/trace-events
> @@ -155,7 +155,7 @@ stm32f4xx_syscfg_read(uint64_t addr) "reg read: addr:
> 0x%" PRIx64 " "
> stm32f4xx_syscfg_write(uint64_t addr, uint64_t data) "reg write: addr: 0x%"
> PRIx64 " val: 0x%" PRIx64 ""
>
> # stm32f4xx_exti.c
> -stm32f4xx_exti_set_irq(int irq, int leve) "Set EXTI: %d to %d"
> +stm32f4xx_exti_set_irq(int irq, int level) "Set EXTI: %d to %d"
> stm32f4xx_exti_read(uint64_t addr) "reg read: addr: 0x%" PRIx64 " "
> stm32f4xx_exti_write(uint64_t addr, uint64_t data) "reg write: addr: 0x%"
> PRIx64 " val: 0x%" PRIx64 ""
Unlike all the other changes, this is a code change, not a
comment change. But it's OK, so:
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH 3/7] ppc: spelling fixes, (continued)
- [PATCH 6/7] hw/tpm: spelling fixes, Michael Tokarev, 2023/09/09
- [PATCH 4/7] hw/net: spelling fixes, Michael Tokarev, 2023/09/09
- [PATCH 2/7] i386: spelling fixes, Michael Tokarev, 2023/09/09
- [PATCH 7/7] hw/other: spelling fixes, Michael Tokarev, 2023/09/09
- Re: [PATCH 7/7] hw/other: spelling fixes,
Peter Maydell <=
- [PATCH 5/7] hw/pci: spelling fixes, Michael Tokarev, 2023/09/09