qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] arm: Consistently use "Cortex-Axx", not "Cortex Axx"


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] arm: Consistently use "Cortex-Axx", not "Cortex Axx"
Date: Thu, 27 May 2021 11:54:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

On 5/27/21 11:51 AM, Peter Maydell wrote:
> The official punctuation for Arm CPU names uses a hyphen, like
> "Cortex-A9". We mostly follow this, but in a few places usage
> without the hyphen has crept in. Fix those so we consistently
> use the same way of writing the CPU name.
> 
> This commit was created with:
>   git grep -z -l 'Cortex ' | xargs -0 sed -i 's/Cortex /Cortex-/'
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  docs/system/arm/aspeed.rst    | 4 ++--
>  docs/system/arm/nuvoton.rst   | 6 +++---
>  docs/system/arm/sabrelite.rst | 2 +-
>  include/hw/arm/allwinner-h3.h | 2 +-
>  hw/arm/aspeed.c               | 6 +++---
>  hw/arm/mcimx6ul-evk.c         | 2 +-
>  hw/arm/mcimx7d-sabre.c        | 2 +-
>  hw/arm/npcm7xx_boards.c       | 4 ++--
>  hw/arm/sabrelite.c            | 2 +-
>  hw/misc/npcm7xx_clk.c         | 2 +-
>  10 files changed, 16 insertions(+), 16 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]