From 7276bda13f34deac524f6e4f1c5c26b4b7b194ee Mon Sep 17 00:00:00 2001 From: Mike Holmes Date: Thu, 10 Sep 2015 15:03:28 -0400 Subject: checkpatch.conf allow split strings ODP has proven a need to accommodate strings that cannot be accommodated on an 80 character line. Allow spilt strings as the preferred way of solving the issue so that check patch rules do not make code submission impossible. Do this in a way that does not require merging local changes to check patch when updating to a new upstream version. https://bugs.linaro.org/show_bug.cgi?id=1746 Signed-off-by: Mike Holmes Reviewed-by: Bill Fischofer Signed-off-by: Maxim Uvarov --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index fbbb146..c9f2896 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -1,5 +1,6 @@ --no-tree --strict +--ignore=SPLIT_STRING --ignore=NEW_TYPEDEFS --ignore=DEPRECATED_VARIABLE --codespell -- cgit v1.2.3