diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2015-10-13 23:31:41 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-16 16:28:57 +0200 |
commit | 1d48fb6e4aeec5946574712c512c12a053ce82c0 (patch) | |
tree | 96ffa03aa701b651bb5e3108e2053e0eefd378ca /drivers/pinctrl/berlin/berlin.c | |
parent | pinctrl: berlin: add explicit dependency on OF (diff) | |
download | linux-1d48fb6e4aeec5946574712c512c12a053ce82c0.tar.xz linux-1d48fb6e4aeec5946574712c512c12a053ce82c0.zip |
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/berlin.c')
-rw-r--r-- | drivers/pinctrl/berlin/berlin.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ * * Copyright (C) 2014 Marvell Technology Group Ltd. * - * Antoine Ténart <antoine.tenart@free-electrons.com> + * Antoine Ténart <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 |