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

Commit 7de1d74d 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.9

parents 212e46fb 9b1dda1a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3012,6 +3012,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