qemu/hw/i2c
Santiago Monserrat Campanello edf838289b hw/arm: Replace TABs for spaces in OMAP board and device code
In hw/arm and include/hw/arm, some source files for the OMAP SoC
and the sx1 boards that are our only remaining OMAP boards still
have hard-coded tabs (almost entirely used for the indent on
inline comments, not for actual code indent).

Replace the tabs with spaces using vim :retab. I used 4 spaces
except in some defines and comments where I tried to put
everything aligned in the same column for better readability.

This commit is a purely whitespace-only change.

Signed-off-by: Santiago Monserrat Campanello <santimonserr@gmail.com>
Message-id: 20250505131130.82206-1-santimonserr@gmail.com
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/373
[PMM: expanded commit message]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2025-05-14 14:29:47 +01:00
..
allwinner-i2c.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
arm_sbcon_i2c.c hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c 2023-01-23 13:32:38 +00:00
aspeed_i2c.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
bcm2835_i2c.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
bitbang_i2c.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
core.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
exynos4210_i2c.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
i2c_mux_pca954x.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
imx_i2c.c hw/i2c/imx: Always set interrupt status bit if interrupt condition occurs 2025-05-08 14:26:37 +02:00
Kconfig hw/i2c: Implement Broadcom Serial Controller (BSC) 2024-03-05 13:22:55 +00:00
meson.build hw/i2c: Implement Broadcom Serial Controller (BSC) 2024-03-05 13:22:55 +00:00
microbit_i2c.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
mpc_i2c.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
npcm7xx_smbus.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
omap_i2c.c hw/arm: Replace TABs for spaces in OMAP board and device code 2025-05-14 14:29:47 +01:00
pm_smbus.c cleanup: Drop pointless return at end of function 2025-04-24 09:33:42 +02:00
pmbus_device.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
ppc4xx_i2c.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
smbus_eeprom.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
smbus_ich9.c qom: Make InterfaceInfo[] uses const 2025-04-25 17:00:41 +02:00
smbus_master.c hw/i2c: Introduce i2c_start_recv() and i2c_start_send() 2021-07-08 14:15:01 -05:00
smbus_slave.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
trace-events hw/i2c/imx_i2c: Convert DPRINTF() to trace events 2025-01-13 17:16:04 +01:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00