diff options
| author | Marek Behún <[email protected]> | 2021-06-25 01:40:10 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-06-25 02:40:54 +0000 |
| commit | ee924d3ddd4561b7e6671bd431ff55bb9a24c47c (patch) | |
| tree | 652c3eec53f6b262201d5e635fc20ed0bc6e4d28 | |
| parent | mm/page_alloc: do bulk array bounds check after checking populated elements (diff) | |
| download | kernel-ee924d3ddd4561b7e6671bd431ff55bb9a24c47c.tar.gz kernel-ee924d3ddd4561b7e6671bd431ff55bb9a24c47c.zip | |
MAINTAINERS: fix Marek's identity again
Fix my name to use diacritics, since MAINTAINERS supports it.
Fix my e-mail address in MAINTAINERS' marvell10g PHY driver description,
I accidentally put my other e-mail address here.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Marek Behún <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8c5ee008301a..1d959fcbcbe1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1816,7 +1816,7 @@ F: drivers/pinctrl/pinctrl-gemini.c F: drivers/rtc/rtc-ftrtc010.c ARM/CZ.NIC TURRIS SUPPORT -M: Marek Behun <[email protected]> +M: Marek Behún <[email protected]> S: Maintained W: https://www.turris.cz/ F: Documentation/ABI/testing/debugfs-moxtet @@ -10946,7 +10946,7 @@ F: include/linux/mv643xx.h MARVELL MV88X3310 PHY DRIVER M: Russell King <[email protected]> -M: Marek Behun <[email protected]> +M: Marek Behún <[email protected]> S: Maintained F: drivers/net/phy/marvell10g.c |
