Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5027ffca authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "checkpatch: allow copyright statements > 80 columns" into msm-4.14

parents 4301d324 f0d50a82
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3043,6 +3043,10 @@ sub process {
			} elsif ($line =~ /^\+.*\bEFI_GUID\s*\(/) {
				$msg_type = "";

			# Long copyright statements are another special case
			} elsif ($rawline =~ /^\+.\*.*copyright.*\(c\).*$/i) {
				$msg_type = "";

			# Otherwise set the alternate message types

			# a comment starts before $max_line_length