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

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

Merge "checkpatch: Treat duplicate signatures as a different error class"

parents fa80b1c3 aa744e15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2783,7 +2783,7 @@ sub process {
			$sig_nospace =~ s/\s//g;
			$sig_nospace = lc($sig_nospace);
			if (defined $signatures{$sig_nospace}) {
				WARN("BAD_SIGN_OFF",
				WARN("DUPLICATE_SIGN_OFF",
				     "Duplicate signature\n" . $herecurr);
			} else {
				$signatures{$sig_nospace} = 1;