scripts/checkpatch: Do not use mailmap
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 2 Apr 2024 11:59:58 +0000 (13:59 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 29 Apr 2024 06:37:26 +0000 (09:37 +0300)
commitaf692fd338154a20010c78a6bd9acb2c889dd4e7
tree16d88c25127a9a1267d18e82078a0394e24005c9
parente3812d109663b8fee28e9334bbc12f684355984e
scripts/checkpatch: Do not use mailmap

The .mailmap file fixes mistake we already did.
Do not use it when running checkpatch.pl, otherwise
we might commit the very same mistakes.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
scripts/checkpatch.pl