diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2015-10-13 17:31:41 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-16 10:28:57 -0400 |
commit | 1d48fb6e4aeec5946574712c512c12a053ce82c0 (patch) | |
tree | 96ffa03aa701b651bb5e3108e2053e0eefd378ca /drivers/pinctrl/berlin | |
parent | 9c160bbd6c298c8b4f76b245e26f78bd4bba3993 (diff) |
pinctrl: berlin: fix my family name spelling
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 Ténart <antoine.tenart@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
[Je me rendis tous les accents aigus]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/berlin')
-rw-r--r-- | drivers/pinctrl/berlin/berlin-bg2.c | 4 | ||||
-rw-r--r-- | drivers/pinctrl/berlin/berlin-bg2cd.c | 4 | ||||
-rw-r--r-- | drivers/pinctrl/berlin/berlin-bg2q.c | 4 | ||||
-rw-r--r-- | drivers/pinctrl/berlin/berlin.c | 2 | ||||
-rw-r--r-- | 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..fabe728ae268 100644 --- a/drivers/pinctrl/berlin/berlin-bg2.c +++ b/drivers/pinctrl/berlin/berlin-bg2.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2014 Marvell Technology Group Ltd. | 4 | * Copyright (C) 2014 Marvell Technology Group Ltd. |
5 | * | 5 | * |
6 | * Antoine Ténart <antoine.tenart@free-electrons.com> | 6 | * Antoine Ténart <antoine.tenart@free-electrons.com> |
7 | * | 7 | * |
8 | * This file is licensed under the terms of the GNU General Public | 8 | * This file is licensed under the terms of the GNU General Public |
9 | * License version 2. This program is licensed "as is" without any | 9 | * License version 2. This program is licensed "as is" without any |
@@ -246,6 +246,6 @@ static struct platform_driver berlin2_pinctrl_driver = { | |||
246 | }; | 246 | }; |
247 | module_platform_driver(berlin2_pinctrl_driver); | 247 | module_platform_driver(berlin2_pinctrl_driver); |
248 | 248 | ||
249 | MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); | 249 | MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); |
250 | MODULE_DESCRIPTION("Marvell Berlin BG2 pinctrl driver"); | 250 | MODULE_DESCRIPTION("Marvell Berlin BG2 pinctrl driver"); |
251 | MODULE_LICENSE("GPL"); | 251 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/pinctrl/berlin/berlin-bg2cd.c b/drivers/pinctrl/berlin/berlin-bg2cd.c index 0cb793a3552a..aff7f6a1fbab 100644 --- a/drivers/pinctrl/berlin/berlin-bg2cd.c +++ b/drivers/pinctrl/berlin/berlin-bg2cd.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2014 Marvell Technology Group Ltd. | 4 | * Copyright (C) 2014 Marvell Technology Group Ltd. |
5 | * | 5 | * |
6 | * Antoine Ténart <antoine.tenart@free-electrons.com> | 6 | * Antoine Ténart <antoine.tenart@free-electrons.com> |
7 | * | 7 | * |
8 | * This file is licensed under the terms of the GNU General Public | 8 | * This file is licensed under the terms of the GNU General Public |
9 | * License version 2. This program is licensed "as is" without any | 9 | * License version 2. This program is licensed "as is" without any |
@@ -189,6 +189,6 @@ static struct platform_driver berlin2cd_pinctrl_driver = { | |||
189 | }; | 189 | }; |
190 | module_platform_driver(berlin2cd_pinctrl_driver); | 190 | module_platform_driver(berlin2cd_pinctrl_driver); |
191 | 191 | ||
192 | MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); | 192 | MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); |
193 | MODULE_DESCRIPTION("Marvell Berlin BG2CD pinctrl driver"); | 193 | MODULE_DESCRIPTION("Marvell Berlin BG2CD pinctrl driver"); |
194 | MODULE_LICENSE("GPL"); | 194 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/pinctrl/berlin/berlin-bg2q.c b/drivers/pinctrl/berlin/berlin-bg2q.c index a466054a8206..cd171aea8ca8 100644 --- a/drivers/pinctrl/berlin/berlin-bg2q.c +++ b/drivers/pinctrl/berlin/berlin-bg2q.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2014 Marvell Technology Group Ltd. | 4 | * Copyright (C) 2014 Marvell Technology Group Ltd. |
5 | * | 5 | * |
6 | * Antoine Ténart <antoine.tenart@free-electrons.com> | 6 | * Antoine Ténart <antoine.tenart@free-electrons.com> |
7 | * | 7 | * |
8 | * This file is licensed under the terms of the GNU General Public | 8 | * This file is licensed under the terms of the GNU General Public |
9 | * License version 2. This program is licensed "as is" without any | 9 | * License version 2. This program is licensed "as is" without any |
@@ -408,6 +408,6 @@ static struct platform_driver berlin2q_pinctrl_driver = { | |||
408 | }; | 408 | }; |
409 | module_platform_driver(berlin2q_pinctrl_driver); | 409 | module_platform_driver(berlin2q_pinctrl_driver); |
410 | 410 | ||
411 | MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); | 411 | MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); |
412 | MODULE_DESCRIPTION("Marvell Berlin BG2Q pinctrl driver"); | 412 | MODULE_DESCRIPTION("Marvell Berlin BG2Q pinctrl driver"); |
413 | MODULE_LICENSE("GPL"); | 413 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/pinctrl/berlin/berlin.c b/drivers/pinctrl/berlin/berlin.c index 898afa460e9a..46f2b4818da3 100644 --- a/drivers/pinctrl/berlin/berlin.c +++ b/drivers/pinctrl/berlin/berlin.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2014 Marvell Technology Group Ltd. | 4 | * Copyright (C) 2014 Marvell Technology Group Ltd. |
5 | * | 5 | * |
6 | * Antoine Ténart <antoine.tenart@free-electrons.com> | 6 | * Antoine Ténart <antoine.tenart@free-electrons.com> |
7 | * | 7 | * |
8 | * This file is licensed under the terms of the GNU General Public | 8 | * This file is licensed under the terms of the GNU General Public |
9 | * License version 2. This program is licensed "as is" without any | 9 | * 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 dabbd2aeaf82..e9b30f95b03e 100644 --- a/drivers/pinctrl/berlin/berlin.h +++ b/drivers/pinctrl/berlin/berlin.h | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2014 Marvell Technology Group Ltd. | 4 | * Copyright (C) 2014 Marvell Technology Group Ltd. |
5 | * | 5 | * |
6 | * Antoine Ténart <antoine.tenart@free-electrons.com> | 6 | * Antoine Ténart <antoine.tenart@free-electrons.com> |
7 | * | 7 | * |
8 | * This file is licensed under the terms of the GNU General Public | 8 | * This file is licensed under the terms of the GNU General Public |
9 | * License version 2. This program is licensed "as is" without any | 9 | * License version 2. This program is licensed "as is" without any |