On Mon, 5 May 2025 at 14:11, Santiago Monserrat Campanello
<santimons...@gmail.com> wrote:
>
> replaced all TABs for spaces for arm code
>
> Signed-off-by: Santiago Monserrat Campanello <santimons...@gmail.com>
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/373
>
> ---
> replaced all tabs with spaces using vim :retab
> used 4 spaces except in some defines and comments where I tried to
> put everything alinged in the same column for better readability
>
> fixed the alignment of the previous version
> ---
>  hw/arm/omap1.c           | 1016 +++++++++++++++++++-------------------
>  hw/arm/omap_sx1.c        |    2 +-
>  hw/dma/omap_dma.c        |  334 ++++++-------
>  hw/gpio/omap_gpio.c      |   28 +-
>  hw/i2c/omap_i2c.c        |  178 +++----
>  hw/intc/omap_intc.c      |  154 +++---
>  hw/misc/omap_clk.c       |  470 +++++++++---------
>  hw/timer/pxa2xx_timer.c  |   76 +--
>  include/hw/arm/omap.h    |  534 ++++++++++----------
>  include/hw/arm/sharpsl.h |    2 +-
>  include/hw/arm/soc_dma.h |    4 +-
>  11 files changed, 1399 insertions(+), 1399 deletions(-)

Hi; thanks for this patch. As a general note, this is a really
big patch, even though it's only doing tab-to-space conversion.

If it were touching more than one kind of Arm related code
I would ask to split it up into multiple patches, but since
all of these are basically related to the same OMAP board
and it happens to apply cleanly and I can confirm it's
only changing whitespace characters and not anything else,
I've applied it to target-arm.next.

thanks
-- PMM

Reply via email to