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.mayd...@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é <f4...@amsat.org>