From 2ec09741db407d133c269a3f7998a1fde477d74f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Dec 2019 18:52:57 +0000 Subject: [PATCH] scripts/checkpatch: Suppress more checkpatch complaints about long lines git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8695 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/checkpatch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/checkpatch b/scripts/checkpatch index bddb1b765..d9519526c 100755 --- a/scripts/checkpatch +++ b/scripts/checkpatch @@ -3,6 +3,8 @@ ignore=( CONSTANT_COMPARISON LINUX_VERSION_CODE + LONG_LINE + LONG_LINE_COMMENT LONG_LINE_STRING RETURN_VOID SPDX_LICENSE_TAG