Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/tools: Remove 90 line limit in checkpatch script

As of commit bdc48fa11e46, scripts/checkpatch.pl now has a default line
length warning of 100 characters. The powerpc wrapper script was using
a length of 90 instead of 80 in order to make checkpatch less
restrictive, but now it's making it more restrictive instead.

I think it makes sense to just use the default value now.

Signed-off-by: Russell Currey <ruscur@russell.cc>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200828020542.393022-1-ruscur@russell.cc

authored by

Russell Currey and committed by
Michael Ellerman
0fb4871b db96221a

-1
-1
arch/powerpc/tools/checkpatch.sh
··· 9 9 exec $script_base/../../../scripts/checkpatch.pl \ 10 10 --subjective \ 11 11 --no-summary \ 12 - --max-line-length=90 \ 13 12 --show-types \ 14 13 --ignore ARCH_INCLUDE_LINUX \ 15 14 --ignore BIT_MACRO \