mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
661bfe23a1
fix the below checkpatch issues: ERROR: code indent should use tabs where possible 141: FILE: platsmp.c:141: + .smp_prepare_cpus = sirfsoc_smp_prepare_cpus,$ WARNING: please, no spaces at the start of a line 141: FILE: platsmp.c:141: + .smp_prepare_cpus = sirfsoc_smp_prepare_cpus,$ ERROR: code indent should use tabs where possible 142: FILE: platsmp.c:142: + .smp_secondary_init = sirfsoc_secondary_init,$ WARNING: please, no spaces at the start of a line 142: FILE: platsmp.c:142: + .smp_secondary_init = sirfsoc_secondary_init,$ ERROR: code indent should use tabs where possible 143: FILE: platsmp.c:143: + .smp_boot_secondary = sirfsoc_boot_secondary,$ WARNING: please, no spaces at the start of a line 143: FILE: platsmp.c:143: + .smp_boot_secondary = sirfsoc_boot_secondary,$ Signed-off-by: Barry Song <Baohua.Song@csr.com> |
||
---|---|---|
.. | ||
common.c | ||
common.h | ||
headsmp.S | ||
hotplug.c | ||
Kconfig | ||
l2x0.c | ||
lluart.c | ||
Makefile | ||
Makefile.boot | ||
platsmp.c | ||
pm.c | ||
pm.h | ||
rstc.c | ||
rtciobrg.c | ||
sleep.S |