From: Joe Perches Date: Tue, 10 Jan 2012 23:09:50 +0000 (-0800) Subject: checkpatch: update signature "might be better as" warning X-Git-Tag: v3.3-rc1~113^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270c49a088ae58d4b817861bb04bfec63b0966db;p=pandora-kernel.git checkpatch: update signature "might be better as" warning email header lines can look like signature tags. It's valid to have multiple email recipients on a single line but not valid to have multiple signatures on a single line. Validate signatures only when not in the email headers. Clear the $in_commit_log flag when the patch filename appears. Add '-' to the valid chars in a message header for headers like "Message-Id:" and "In-Reply-To:". Signed-off-by: Joe Perches Reported-by: Julia Lawall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed