Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246176 > unrolled thread
| Started by | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| First post | 2015-10-13 23:40 +0200 |
| Last post | 2015-10-16 16:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 5/5] pinctrl: berlin: fix my family name spelling Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-13 23:40 +0200
Re: [PATCH 5/5] pinctrl: berlin: fix my family name spelling Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-10-15 23:50 +0200
Re: [PATCH 5/5] pinctrl: berlin: fix my family name spelling Linus Walleij <linus.walleij@linaro.org> - 2015-10-16 16:40 +0200
| From | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| Date | 2015-10-13 23:40 +0200 |
| Subject | [PATCH 5/5] pinctrl: berlin: fix my family name spelling |
| Message-ID | <qjfsB-28J-7@gated-at.bofh.it> |
My family name contained an accent when I submitted the
Berlin pinctrl series in the first place. There was an
encoding issue when the series was applied. Fix this.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
drivers/pinctrl/berlin/berlin-bg2.c | 4 ++--
drivers/pinctrl/berlin/berlin-bg2cd.c | 4 ++--
drivers/pinctrl/berlin/berlin-bg2q.c | 4 ++--
drivers/pinctrl/berlin/berlin.c | 2 +-
drivers/pinctrl/berlin/berlin.h | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/pinctrl/berlin/berlin-bg2.c b/drivers/pinctrl/berlin/berlin-bg2.c
index 274c5535b531..cfbf22a496ca 100644
--- a/drivers/pinctrl/berlin/berlin-bg2.c
+++ b/drivers/pinctrl/berlin/berlin-bg2.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2014 Marvell Technology Group Ltd.
*
- * Antoine Ténart <antoine.tenart@free-electrons.com>
+ * Antoine Tenart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
@@ -246,6 +246,6 @@ static struct platform_driver berlin2_pinctrl_driver = {
};
module_platform_driver(berlin2_pinctrl_driver);
-MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>");
+MODULE_AUTHOR("Antoine Tenart <antoine.tenart@free-electrons.com>");
MODULE_DESCRIPTION("Marvell Berlin BG2 pinctrl driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/pinctrl/berlin/berlin-bg2cd.c b/drivers/pinctrl/berlin/berlin-bg2cd.c
index 0cb793a3552a..77f4f30cc686 100644
--- a/drivers/pinctrl/berlin/berlin-bg2cd.c
+++ b/drivers/pinctrl/berlin/berlin-bg2cd.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2014 Marvell Technology Group Ltd.
*
- * Antoine Ténart <antoine.tenart@free-electrons.com>
+ * Antoine Tenart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
@@ -189,6 +189,6 @@ static struct platform_driver berlin2cd_pinctrl_driver = {
};
module_platform_driver(berlin2cd_pinctrl_driver);
-MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>");
+MODULE_AUTHOR("Antoine Tenart <antoine.tenart@free-electrons.com>");
MODULE_DESCRIPTION("Marvell Berlin BG2CD pinctrl driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/pinctrl/berlin/berlin-bg2q.c b/drivers/pinctrl/berlin/berlin-bg2q.c
index a466054a8206..66fffe6fab8d 100644
--- a/drivers/pinctrl/berlin/berlin-bg2q.c
+++ b/drivers/pinctrl/berlin/berlin-bg2q.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2014 Marvell Technology Group Ltd.
*
- * Antoine Ténart <antoine.tenart@free-electrons.com>
+ * Antoine Tenart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
@@ -408,6 +408,6 @@ static struct platform_driver berlin2q_pinctrl_driver = {
};
module_platform_driver(berlin2q_pinctrl_driver);
-MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>");
+MODULE_AUTHOR("Antoine Tenart <antoine.tenart@free-electrons.com>");
MODULE_DESCRIPTION("Marvell Berlin BG2Q pinctrl driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/pinctrl/berlin/berlin.c b/drivers/pinctrl/berlin/berlin.c
index f49580617055..ebd6f78a6dde 100644
--- a/drivers/pinctrl/berlin/berlin.c
+++ b/drivers/pinctrl/berlin/berlin.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2014 Marvell Technology Group Ltd.
*
- * Antoine Ténart <antoine.tenart@free-electrons.com>
+ * Antoine Tenart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
diff --git a/drivers/pinctrl/berlin/berlin.h b/drivers/pinctrl/berlin/berlin.h
index e1aa84145194..94495d304005 100644
--- a/drivers/pinctrl/berlin/berlin.h
+++ b/drivers/pinctrl/berlin/berlin.h
@@ -3,7 +3,7 @@
*
* Copyright (C) 2014 Marvell Technology Group Ltd.
*
- * Antoine Ténart <antoine.tenart@free-electrons.com>
+ * Antoine Tenart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
--
2.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
|---|---|
| Date | 2015-10-15 23:50 +0200 |
| Message-ID | <qjYzn-2nB-11@gated-at.bofh.it> |
| In reply to | #1246176 |
On 13.10.2015 23:31, Antoine Tenart wrote:
> My family name contained an accent when I submitted the
> Berlin pinctrl series in the first place. There was an
> encoding issue when the series was applied. Fix this.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
and sorry for the non-UTF-8 mess.
Sebastian
> ---
> drivers/pinctrl/berlin/berlin-bg2.c | 4 ++--
> drivers/pinctrl/berlin/berlin-bg2cd.c | 4 ++--
> drivers/pinctrl/berlin/berlin-bg2q.c | 4 ++--
> drivers/pinctrl/berlin/berlin.c | 2 +-
> drivers/pinctrl/berlin/berlin.h | 2 +-
> 5 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/pinctrl/berlin/berlin-bg2.c b/drivers/pinctrl/berlin/berlin-bg2.c
> index 274c5535b531..cfbf22a496ca 100644
> --- a/drivers/pinctrl/berlin/berlin-bg2.c
> +++ b/drivers/pinctrl/berlin/berlin-bg2.c
> @@ -3,7 +3,7 @@
> *
> * Copyright (C) 2014 Marvell Technology Group Ltd.
> *
> - * Antoine Ténart <antoine.tenart@free-electrons.com>
> + * Antoine Tenart <antoine.tenart@free-electrons.com>
> *
> * This file is licensed under the terms of the GNU General Public
> * License version 2. This program is licensed "as is" without any
> @@ -246,6 +246,6 @@ static struct platform_driver berlin2_pinctrl_driver = {
> };
> module_platform_driver(berlin2_pinctrl_driver);
>
> -MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>");
> +MODULE_AUTHOR("Antoine Tenart <antoine.tenart@free-electrons.com>");
> MODULE_DESCRIPTION("Marvell Berlin BG2 pinctrl driver");
> MODULE_LICENSE("GPL");
> diff --git a/drivers/pinctrl/berlin/berlin-bg2cd.c b/drivers/pinctrl/berlin/berlin-bg2cd.c
> index 0cb793a3552a..77f4f30cc686 100644
> --- a/drivers/pinctrl/berlin/berlin-bg2cd.c
> +++ b/drivers/pinctrl/berlin/berlin-bg2cd.c
> @@ -3,7 +3,7 @@
> *
> * Copyright (C) 2014 Marvell Technology Group Ltd.
> *
> - * Antoine Ténart <antoine.tenart@free-electrons.com>
> + * Antoine Tenart <antoine.tenart@free-electrons.com>
> *
> * This file is licensed under the terms of the GNU General Public
> * License version 2. This program is licensed "as is" without any
> @@ -189,6 +189,6 @@ static struct platform_driver berlin2cd_pinctrl_driver = {
> };
> module_platform_driver(berlin2cd_pinctrl_driver);
>
> -MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>");
> +MODULE_AUTHOR("Antoine Tenart <antoine.tenart@free-electrons.com>");
> MODULE_DESCRIPTION("Marvell Berlin BG2CD pinctrl driver");
> MODULE_LICENSE("GPL");
> diff --git a/drivers/pinctrl/berlin/berlin-bg2q.c b/drivers/pinctrl/berlin/berlin-bg2q.c
> index a466054a8206..66fffe6fab8d 100644
> --- a/drivers/pinctrl/berlin/berlin-bg2q.c
> +++ b/drivers/pinctrl/berlin/berlin-bg2q.c
> @@ -3,7 +3,7 @@
> *
> * Copyright (C) 2014 Marvell Technology Group Ltd.
> *
> - * Antoine Ténart <antoine.tenart@free-electrons.com>
> + * Antoine Tenart <antoine.tenart@free-electrons.com>
> *
> * This file is licensed under the terms of the GNU General Public
> * License version 2. This program is licensed "as is" without any
> @@ -408,6 +408,6 @@ static struct platform_driver berlin2q_pinctrl_driver = {
> };
> module_platform_driver(berlin2q_pinctrl_driver);
>
> -MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>");
> +MODULE_AUTHOR("Antoine Tenart <antoine.tenart@free-electrons.com>");
> MODULE_DESCRIPTION("Marvell Berlin BG2Q pinctrl driver");
> MODULE_LICENSE("GPL");
> diff --git a/drivers/pinctrl/berlin/berlin.c b/drivers/pinctrl/berlin/berlin.c
> index f49580617055..ebd6f78a6dde 100644
> --- a/drivers/pinctrl/berlin/berlin.c
> +++ b/drivers/pinctrl/berlin/berlin.c
> @@ -3,7 +3,7 @@
> *
> * Copyright (C) 2014 Marvell Technology Group Ltd.
> *
> - * Antoine Ténart <antoine.tenart@free-electrons.com>
> + * Antoine Tenart <antoine.tenart@free-electrons.com>
> *
> * This file is licensed under the terms of the GNU General Public
> * License version 2. This program is licensed "as is" without any
> diff --git a/drivers/pinctrl/berlin/berlin.h b/drivers/pinctrl/berlin/berlin.h
> index e1aa84145194..94495d304005 100644
> --- a/drivers/pinctrl/berlin/berlin.h
> +++ b/drivers/pinctrl/berlin/berlin.h
> @@ -3,7 +3,7 @@
> *
> * Copyright (C) 2014 Marvell Technology Group Ltd.
> *
> - * Antoine Ténart <antoine.tenart@free-electrons.com>
> + * Antoine Tenart <antoine.tenart@free-electrons.com>
> *
> * This file is licensed under the terms of the GNU General Public
> * License version 2. This program is licensed "as is" without any
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-10-16 16:40 +0200 |
| Message-ID | <qkekO-GU-13@gated-at.bofh.it> |
| In reply to | #1246176 |
On Tue, Oct 13, 2015 at 11:31 PM, Antoine Tenart <antoine.tenart@free-electrons.com> wrote: > My family name contained an accent when I submitted the > Berlin pinctrl series in the first place. There was an > encoding issue when the series was applied. Fix this. > > Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Sorry probably I screwed this up when applying the patches. I repaired all the acute accents so now your name should appear properly in the kernel source. (Uwe Kleine-König och andra är på mig om detta, och jag vet, det är oerhört pinsamt att jag inte kan få detta rätt trots att jag själv talar ett språk fullt med dylika bokstavsdekorationer.) Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web