powerpc/tools: Remove 90 line limit in checkpatch script
authorRussell Currey <ruscur@russell.cc>
Fri, 28 Aug 2020 02:05:42 +0000 (12:05 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Sep 2020 12:57:11 +0000 (22:57 +1000)
commit0fb4871bcc8997acbb8edf14b301fc150101d6c0
treefc9a232100622f40cd3cdc6e48cd5766ba0254ba
parentdb96221a683342fd4775fd820a4d5376cd2f2ed0
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
arch/powerpc/tools/checkpatch.sh