| From: Niklas Cassel <cassel@kernel.org> |
| Subject: mailmap: fix Kishon's email |
| Date: Thu, 29 Feb 2024 14:43:18 +0100 |
| |
| Kishon updated his email in commit e6aa4edd2f5b ("MAINTAINERS: Update |
| Kishon's email address in PCI endpoint subsystem"). |
| |
| However, as he is no longer at TI, his TI email now bounces. |
| |
| Add the same email as he has in MAINTAINERS to a mailmap, so that |
| get_maintainer.pl will not output an email that bounces. |
| |
| (This is neeed as get_maintainer.pl will use "git author" to CC |
| people who have significantly modified the same file as you.) |
| |
| Link: https://lkml.kernel.org/r/20240229134318.1201935-1-cassel@kernel.org |
| Signed-off-by: Niklas Cassel <cassel@kernel.org> |
| Cc: Kishon Vijay Abraham I <kishon@kernel.org> |
| Cc: Kishon Vijay Abraham I <kishon@ti.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| .mailmap | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| --- a/.mailmap~mailmap-fix-kishons-email |
| +++ a/.mailmap |
| @@ -325,6 +325,7 @@ Kenneth W Chen <kenneth.w.chen@intel.com |
| Kenneth Westfield <quic_kwestfie@quicinc.com> <kwestfie@codeaurora.org> |
| Kiran Gunda <quic_kgunda@quicinc.com> <kgunda@codeaurora.org> |
| Kirill Tkhai <tkhai@ya.ru> <ktkhai@virtuozzo.com> |
| +Kishon Vijay Abraham I <kishon@kernel.org> <kishon@ti.com> |
| Konstantin Khlebnikov <koct9i@gmail.com> <khlebnikov@yandex-team.ru> |
| Konstantin Khlebnikov <koct9i@gmail.com> <k.khlebnikov@samsung.com> |
| Koushik <raghavendra.koushik@neterion.com> |
| _ |