diff --git a/tools/patman/checkpatch.py b/tools/patman/checkpatch.py
index 6f99a36a08d..b6ddaad0924 100644
--- a/tools/patman/checkpatch.py
+++ b/tools/patman/checkpatch.py
@@ -94,6 +94,7 @@ def check_patch_parse_one_message(message):
     no_file_match = any(s in message for s in [
         '\nSubject:', 'Missing Signed-off-by:',
         'does MAINTAINERS need updating',
+        'email address mismatch',
         'should have a',
     ])
 
