From 38304eb534e814092bfc52c7123557217d5649fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Sat, 28 Oct 2017 02:03:06 +0200 Subject: .checkpatch.conf: Ignore CORRUPTED_PATCH lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This lint makes lines like the following (trap_handler.c:30) uncommitable: printk(BIOS_DEBUG, "Getting hart id...\n"); The significant part of the line seems to be `\n")`. Change-Id: Id854ebcef11d8188aea707b8f3e988c704721bf5 Reported-by: Maximilian Schander Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/22202 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Maximilian Schander Reviewed-by: Paul Menzel Reviewed-by: Marshall Dawson --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.checkpatch.conf') diff --git a/.checkpatch.conf b/.checkpatch.conf index 62cc5d5b96..c53fe3508a 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -16,6 +16,7 @@ --ignore VOLATILE --ignore CONFIG_DESCRIPTION --ignore MISSING_SPACE +--ignore CORRUPTED_PATCH # FILE_PATH_CHANGES seems to not be working correctly. It will # choke on added / deleted files even if the MAINTAINERS file -- cgit v1.2.3