diff options
| author | Marek Behún <[email protected]> | 2022-06-01 17:17:06 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-07-21 10:14:04 +0200 |
| commit | 61143f741ee5fd45720ca92682aaf557525b4b64 (patch) | |
| tree | adbd16aaf59b06877a123ea203cc93dd314212a3 /drivers | |
| parent | 8a7880f0c172a3937e72f802779642bfdba88a34 (diff) | |
treewide: Fix Marek's name and change my e-mail address
Fix diacritics in some instances of my name and change my e-mail address
to [email protected].
Add corresponding .mailmap entries.
Signed-off-by: Marek Behún <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/clk/mvebu/armada-37xx-periph.c | 2 | ||||
| -rw-r--r-- | drivers/clk/mvebu/armada-37xx-tbg.c | 2 | ||||
| -rw-r--r-- | drivers/misc/atsha204a-i2c.c | 2 | ||||
| -rw-r--r-- | drivers/rtc/armada38x.c | 2 | ||||
| -rw-r--r-- | drivers/watchdog/armada-37xx-wdt.c | 2 | ||||
| -rw-r--r-- | drivers/watchdog/orion_wdt.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/drivers/clk/mvebu/armada-37xx-periph.c b/drivers/clk/mvebu/armada-37xx-periph.c index 3b767d70600..e75052f383c 100644 --- a/drivers/clk/mvebu/armada-37xx-periph.c +++ b/drivers/clk/mvebu/armada-37xx-periph.c @@ -2,7 +2,7 @@ /* * Marvell Armada 37xx SoC Peripheral clocks * - * Marek Behun <[email protected]> + * Marek Behún <[email protected]> * * Based on Linux driver by: * Gregory CLEMENT <[email protected]> diff --git a/drivers/clk/mvebu/armada-37xx-tbg.c b/drivers/clk/mvebu/armada-37xx-tbg.c index 054aff5e6ac..846a73cd6b3 100644 --- a/drivers/clk/mvebu/armada-37xx-tbg.c +++ b/drivers/clk/mvebu/armada-37xx-tbg.c @@ -2,7 +2,7 @@ /* * Marvell Armada 37xx SoC Time Base Generator clocks * - * Marek Behun <[email protected]> + * Marek Behún <[email protected]> * * Based on Linux driver by: * Gregory CLEMENT <[email protected]> diff --git a/drivers/misc/atsha204a-i2c.c b/drivers/misc/atsha204a-i2c.c index 81ecb5b6177..e7c6be593dc 100644 --- a/drivers/misc/atsha204a-i2c.c +++ b/drivers/misc/atsha204a-i2c.c @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Josh Datko, Cryptotronix, [email protected] * 2016 Tomas Hlavacek, CZ.NIC, [email protected] - * 2017 Marek Behun, CZ.NIC, [email protected] + * 2017 Marek Behún, CZ.NIC, [email protected] * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as diff --git a/drivers/rtc/armada38x.c b/drivers/rtc/armada38x.c index 2af64e39122..d0fe5dd7a8a 100644 --- a/drivers/rtc/armada38x.c +++ b/drivers/rtc/armada38x.c @@ -2,7 +2,7 @@ /* * RTC driver for the Armada 38x Marvell SoCs * - * Copyright (C) 2021 Marek Behun <[email protected]> + * Copyright (C) 2021 Marek Behún <[email protected]> * * Based on Linux' driver by Gregory Clement and Marvell */ diff --git a/drivers/watchdog/armada-37xx-wdt.c b/drivers/watchdog/armada-37xx-wdt.c index bacebbc7926..e09f5ac9e34 100644 --- a/drivers/watchdog/armada-37xx-wdt.c +++ b/drivers/watchdog/armada-37xx-wdt.c @@ -2,7 +2,7 @@ /* * Marvell Armada 37xx SoC Watchdog Driver * - * Marek Behun <[email protected]> + * Marek Behún <[email protected]> */ #include <common.h> diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c index c30ed822174..127766df58a 100644 --- a/drivers/watchdog/orion_wdt.c +++ b/drivers/watchdog/orion_wdt.c @@ -5,7 +5,7 @@ * * Authors: Tomas Hlavacek <[email protected]> * Sylver Bruneau <[email protected]> - * Marek Behun <[email protected]> + * Marek Behún <[email protected]> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any |
