checkpatch: remove spurious white line before "if MAINTAINERS"

This removes a small but conflicting difference with upstream.

Fixes commit d98a7ed103 ("checkpatch: check ABI updates before warning
on it")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2022-05-11 22:25:16 +00:00 committed by Liam Girdwood
parent d19009ab8c
commit 4f4fd1a425
1 changed files with 0 additions and 1 deletions

View File

@ -2665,7 +2665,6 @@ sub process {
}
}
# Check if MAINTAINERS is being updated. If so, there's probably no need to
# emit the "does MAINTAINERS need updating?" message on file add/move/delete
if ($line =~ /^\s*MAINTAINERS\s*\|/) {