]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
checkpatch: update signature "might be better as" warning
authorJoe Perches <joe@perches.com>
Wed, 16 Nov 2011 23:41:35 +0000 (10:41 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 17 Nov 2011 02:57:14 +0000 (13:57 +1100)
commit3555fb4efa878609ba57e80cd13f61f122f6c0a4
tree5bec999f32200e67865820d7afa0faf868eaa74d
parent8786ad876ec310035423f6d31e831fce2ae29c76
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