]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
checkpatch: update signature "might be better as" warning
authorJoe Perches <joe@perches.com>
Thu, 8 Dec 2011 04:42:20 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Dec 2011 06:43:19 +0000 (17:43 +1100)
commit993a976fc84244d7af9b0312685f725f73e78950
tree30ca74dc566669d76e9c250e1c316e822434c765
parent5bedf3ca47c55077c09d7680ac06c12ae59db6a9
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 <joe@perches.com>
Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl