diff options
author | Joe Perches <joe@perches.com> | 2020-04-06 20:10:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-07 10:43:43 -0700 |
commit | dfa05c28ca7ffc0a94e7a35b91014d088c1a1ff5 (patch) | |
tree | 9d1ff71016e3542a45546b6dfeb562a07ac48751 /virt/lib | |
parent | 8306b057a85ec07482da5d4b99d5c0b47af69be1 (diff) | |
download | linux-dfa05c28ca7ffc0a94e7a35b91014d088c1a1ff5.tar.bz2 |
checkpatch: remove email address comment from email address comparisons
About 2% of the last 100K commits have email addresses that include an
RFC2822 compliant comment like:
Peter Zijlstra (Intel) <peterz@infradead.org>
checkpatch currently does a comparison of the complete name and address to
the submitted author to determine if the author has signed-off and emits a
warning if the exact email names and addresses do not match.
Unfortunately, the author email address can be written without the comment
like:
Peter Zijlstra <peterz@infradead.org>
Add logic to compare the comment stripped email addresses to avoid this
warning.
Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: http://lkml.kernel.org/r/ebaa2f7c8f94e25520981945cddcc1982e70e072.camel@perches.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'virt/lib')
0 files changed, 0 insertions, 0 deletions