diff options
author | Joe Perches <[email protected]> | 2020-04-06 20:10:48 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-04-07 10:43:43 -0700 |
commit | dfa05c28ca7ffc0a94e7a35b91014d088c1a1ff5 (patch) | |
tree | 9d1ff71016e3542a45546b6dfeb562a07ac48751 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 8306b057a85ec07482da5d4b99d5c0b47af69be1 (diff) |
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) <[email protected]>
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 <[email protected]>
Add logic to compare the comment stripped email addresses to avoid this
warning.
Reported-by: Peter Zijlstra <[email protected]>
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions