summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarek Behún <[email protected]>2022-06-01 17:17:06 +0200
committerStefan Roese <[email protected]>2022-07-21 10:14:04 +0200
commit61143f741ee5fd45720ca92682aaf557525b4b64 (patch)
treeadbd16aaf59b06877a123ea203cc93dd314212a3 /tools
parent8a7880f0c172a3937e72f802779642bfdba88a34 (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 'tools')
-rw-r--r--tools/kwboot.c2
-rw-r--r--tools/termios_linux.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/kwboot.c b/tools/kwboot.c
index b697d3b60e6..16bcd4d9a77 100644
--- a/tools/kwboot.c
+++ b/tools/kwboot.c
@@ -5,7 +5,7 @@
*
* (c) 2012 Daniel Stodden <[email protected]>
* (c) 2021 Pali Rohár <[email protected]>
- * (c) 2021 Marek Behún <[email protected]>
+ * (c) 2021 Marek Behún <[email protected]>
*
* References:
* - "88F6180, 88F6190, 88F6192, and 88F6281: Integrated Controller: Functional
diff --git a/tools/termios_linux.h b/tools/termios_linux.h
index e100c8e4eb5..45f5c1233c0 100644
--- a/tools/termios_linux.h
+++ b/tools/termios_linux.h
@@ -3,7 +3,7 @@
* termios fuctions to support arbitrary baudrates (on Linux)
*
* Copyright (c) 2021 Pali Rohár <[email protected]>
- * Copyright (c) 2021 Marek Behún <[email protected]>
+ * Copyright (c) 2021 Marek Behún <[email protected]>
*/
#ifndef _TERMIOS_LINUX_H_