]> git.karo-electronics.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>
Fri, 9 Dec 2011 04:52:43 +0000 (15:52 +1100)
commitaee07dd29e387a8e737e4247caabe17fba5efa0e
tree4247d71196dcaa03cd01b2c0677af0fa6ca77ccf
parent482f087d99a43c297ff6eed9d3bb5645d9d82d4a
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