u-boot-brain/drivers/qe
Heiko Schocher 9bd6444826 powerpc, qe: fix codingstyle issues for drivers/qe
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>
2020-09-17 06:09:53 +02:00
..
fdt.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig drivers: net: qe: deselect QE when DM_ETH is enabled 2020-06-03 12:14:27 +05:30
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
qe.c powerpc, qe: fix codingstyle issues for drivers/qe 2020-09-17 06:09:53 +02:00
uccf.c powerpc, qe: fix codingstyle issues for drivers/qe 2020-09-17 06:09:53 +02:00
uccf.h powerpc, qe: fix codingstyle issues for drivers/qe 2020-09-17 06:09:53 +02:00
uec_phy.c powerpc, qe: fix codingstyle issues for drivers/qe 2020-09-17 06:09:53 +02:00
uec_phy.h powerpc, qe: fix codingstyle issues for drivers/qe 2020-09-17 06:09:53 +02:00
uec.c powerpc, qe: fix codingstyle issues for drivers/qe 2020-09-17 06:09:53 +02:00
uec.h powerpc, qe: fix codingstyle issues for drivers/qe 2020-09-17 06:09:53 +02:00