diff options
| author | Andy Shevchenko <[email protected]> | 2024-06-11 17:58:57 +0300 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2024-06-12 09:28:04 -0700 |
| commit | cea2a26553ace13ee36b56dc09ad548b5e6907df (patch) | |
| tree | 0461ddbb13abbb10129293a07d06624d296a2b13 | |
| parent | 2ef5971ff345d3c000873725db555085e0131961 (diff) | |
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]>
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | .mailmap | 2 | ||||
| -rw-r--r-- | drivers/media/pci/saa7134/saa7134-cards.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 */ |