mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
powerpc/tools: Remove 90 line limit in checkpatch script
As of commit bdc48fa11e
, 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
This commit is contained in:
parent
db96221a68
commit
0fb4871bcc
@ -9,7 +9,6 @@ script_base=$(realpath $(dirname $0))
|
||||
exec $script_base/../../../scripts/checkpatch.pl \
|
||||
--subjective \
|
||||
--no-summary \
|
||||
--max-line-length=90 \
|
||||
--show-types \
|
||||
--ignore ARCH_INCLUDE_LINUX \
|
||||
--ignore BIT_MACRO \
|
||||
|
Loading…
Reference in New Issue
Block a user