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

Commit bff74b3f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "checkpatch: allow copyright statements > 80 columns"

parents 4a51d108 4ef1c347
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3246,6 +3246,10 @@ sub process {
			} elsif ($rawline =~ /^\+.*\b[a-z][\w\.\+\-]*:\/\/\S+/i) {
				$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