mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
9bd6444826
fix Codingstyle for files in drivers/qe, remaining following check warnings: $ ./scripts/checkpatch.pl -f drivers/qe/uec.h CHECK: Macro argument reuse '_bd' - possible side-effects? +#define BD_ADVANCE(_bd, _status, _base) \ + (((_status) & BD_WRAP) ? (_bd) = \ + ((struct buffer_descriptor *)(_base)) : ++(_bd)) total: 0 errors, 0 warnings, 1 checks, 692 lines checked $ ./scripts/checkpatch.pl -f drivers/qe/uec_phy.h total: 0 errors, 0 warnings, 0 checks, 214 lines checked $ ./scripts/checkpatch.pl -f drivers/qe/uccf.c total: 0 errors, 0 warnings, 0 checks, 507 lines checked $ ./scripts/checkpatch.pl -f drivers/qe/uec.c total: 0 errors, 0 warnings, 0 checks, 1434 lines checked $ ./scripts/checkpatch.pl -f drivers/qe/uec_phy.c total: 0 errors, 0 warnings, 0 checks, 927 lines checked $ ./scripts/checkpatch.pl -f drivers/qe/qe.c CHECK: Lines should not end with a '(' +U_BOOT_CMD( total: 0 errors, 0 warnings, 1 checks, 830 lines checked Signed-off-by: Heiko Schocher <hs@denx.de> |
||
---|---|---|
.. | ||
arbiter | ||
bats | ||
elbc | ||
hid | ||
hrcw | ||
initreg | ||
lblaw | ||
sysio | ||
config.mk | ||
cpu.c | ||
cpu_init.c | ||
ecc.c | ||
fdt.c | ||
interrupts.c | ||
Kconfig | ||
law.c | ||
Makefile | ||
pci.c | ||
pcie.c | ||
qe_io.c | ||
serdes.c | ||
spd_sdram.c | ||
speed.c | ||
spl_minimal.c | ||
start.S | ||
traps.c | ||
u-boot-spl.lds | ||
u-boot.lds |