2024-06-11 18:56:47

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/1] mailmap: Add my outdated addresses to the map file

There is a couple of outdated addresses that are still visible
in the Git history, add them to .mailmap.

While at it, replace one in the comment.

Signed-off-by: Andy Shevchenko <[email protected]>
---

Cc'ed to Linus, since I have no clue who is the best to apply this
change.

.mailmap | 2 ++
drivers/media/pci/saa7134/saa7134-cards.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index efd9fa867a8e..b6e9fe0916ce 100644
--- a/.mailmap
+++ b/.mailmap
@@ -72,6 +72,8 @@ Andrey Ryabinin <[email protected]> <[email protected]>
Andrzej Hajda <[email protected]> <[email protected]>
AndrĂ© Almeida <[email protected]> <[email protected]>
Andy Adamson <[email protected]>
+Andy Shevchenko <[email protected]> <[email protected]>
+Andy Shevchenko <[email protected]> <[email protected]>
Anilkumar Kolli <[email protected]> <[email protected]>
Anirudh Ghayal <[email protected]> <[email protected]>
Antoine Tenart <[email protected]> <[email protected]>
diff --git a/drivers/media/pci/saa7134/saa7134-cards.c b/drivers/media/pci/saa7134/saa7134-cards.c
index 1280696f65f2..e80fb4ebfda6 100644
--- a/drivers/media/pci/saa7134/saa7134-cards.c
+++ b/drivers/media/pci/saa7134/saa7134-cards.c
@@ -5152,7 +5152,7 @@ struct saa7134_board saa7134_boards[] = {
},
},
[SAA7134_BOARD_AVERMEDIA_STUDIO_507UA] = {
- /* Andy Shevchenko <[email protected]> */
+ /* Andy Shevchenko <[email protected]> */
.name = "Avermedia AVerTV Studio 507UA",
.audio_clock = 0x00187de7,
.tuner_type = TUNER_PHILIPS_FM1216ME_MK3, /* Should be MK5 */
--
2.43.0.rc1.1336.g36b5255a03ac



2024-06-12 16:52:26

by Linus Torvalds

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] mailmap: Add my outdated addresses to the map file

On Tue, 11 Jun 2024 at 07:59, Andy Shevchenko
<[email protected]> wrote:
>
> Cc'ed to Linus, since I have no clue who is the best to apply this
> change.

I've applied it directly. Thanks,

Linus