Re: [PATCH v6 01/15] tools/nolibc: arch-*.h: fix up code indent errors

From: Willy Tarreau
Date: Sun Jul 09 2023 - 05:17:32 EST


On Fri, Jul 07, 2023 at 10:50:34PM +0800, Zhangjin Wu wrote:
> More than 8 whitespaces of the code indent are replaced with "tab +
> whitespaces" to fix up such errors reported by scripts/checkpatch.pl:
>
> ERROR: code indent should use tabs where possible
> #64: FILE: tools/include/nolibc/arch-mips.h:64:
> +^I \$
>
> ERROR: code indent should use tabs where possible
> #72: FILE: tools/include/nolibc/arch-mips.h:72:
> +^I "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7", "t8", "t9" \$

Another option we could have had would have been to just delete these
lines since there were in fact empty lines containing only an aligned
backslash. But that's fine, I've queued it as-is, thanks!

Willy