[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <050476a0ee608046569588936394159d650ab535.1593763492.git.zong.li@sifive.com>
Date: Fri, 3 Jul 2020 16:08:44 +0800
From: Zong Li <zong.li@...ive.com>
To: joe@...ches.com, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org
Cc: Zong Li <zong.li@...ive.com>
Subject: [PATCH] scripts/Lindent: increase the maximum line length to 100
As the patch 'bdc48fa11e46 ("checkpatch/coding-style: deprecate
80-column warning")', increase the default limit to 100 characters,
we also increase the maximum line length to 100 for indent script.
Signed-off-by: Zong Li <zong.li@...ive.com>
---
scripts/Lindent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Lindent b/scripts/Lindent
index 1688c44c2df6..11f14a4f2048 100755
--- a/scripts/Lindent
+++ b/scripts/Lindent
@@ -1,7 +1,7 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
-PARAM="-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1"
+PARAM="-npro -kr -i8 -ts8 -sob -l100 -ss -ncs -cp1"
RES=`indent --version | cut -d' ' -f3`
if [ "$RES" = "" ]; then
--
2.27.0
Powered by blists - more mailing lists