* [PATCH] pinctrl: sunxi: fix typo in module author address
@ 2014-04-16 12:57 ` Antoine Ténart
0 siblings, 0 replies; 6+ messages in thread
From: Antoine Ténart @ 2014-04-16 12:57 UTC (permalink / raw)
To: linux-arm-kernel
According to the MODULE_AUTHOR() comments, the author name should be
"Name <email>" or just "Name". Add the missing '>'.
Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>
---
drivers/pinctrl/pinctrl-sunxi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-sunxi.c b/drivers/pinctrl/pinctrl-sunxi.c
index f9fabe9bf47d..1b0539f40e3b 100644
--- a/drivers/pinctrl/pinctrl-sunxi.c
+++ b/drivers/pinctrl/pinctrl-sunxi.c
@@ -933,6 +933,6 @@ static struct platform_driver sunxi_pinctrl_driver = {
};
module_platform_driver(sunxi_pinctrl_driver);
-MODULE_AUTHOR("Maxime Ripard <maxime.ripard at free-electrons.com");
+MODULE_AUTHOR("Maxime Ripard <maxime.ripard@free-electrons.com>");
MODULE_DESCRIPTION("Allwinner A1X pinctrl driver");
MODULE_LICENSE("GPL");
--
1.8.3.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] pinctrl: sunxi: fix typo in module author address
@ 2014-04-16 12:57 ` Antoine Ténart
0 siblings, 0 replies; 6+ messages in thread
From: Antoine Ténart @ 2014-04-16 12:57 UTC (permalink / raw)
To: linus.walleij, maxime.ripard
Cc: Antoine Ténart, linux-arm-kernel, linux-kernel
According to the MODULE_AUTHOR() comments, the author name should be
"Name <email>" or just "Name". Add the missing '>'.
Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
---
drivers/pinctrl/pinctrl-sunxi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-sunxi.c b/drivers/pinctrl/pinctrl-sunxi.c
index f9fabe9bf47d..1b0539f40e3b 100644
--- a/drivers/pinctrl/pinctrl-sunxi.c
+++ b/drivers/pinctrl/pinctrl-sunxi.c
@@ -933,6 +933,6 @@ static struct platform_driver sunxi_pinctrl_driver = {
};
module_platform_driver(sunxi_pinctrl_driver);
-MODULE_AUTHOR("Maxime Ripard <maxime.ripard@free-electrons.com");
+MODULE_AUTHOR("Maxime Ripard <maxime.ripard@free-electrons.com>");
MODULE_DESCRIPTION("Allwinner A1X pinctrl driver");
MODULE_LICENSE("GPL");
--
1.8.3.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] pinctrl: sunxi: fix typo in module author address
2014-04-16 12:57 ` Antoine Ténart
@ 2014-04-16 13:07 ` Maxime Ripard
-1 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2014-04-16 13:07 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 16, 2014 at 02:57:48PM +0200, Antoine T?nart wrote:
> According to the MODULE_AUTHOR() comments, the author name should be
> "Name <email>" or just "Name". Add the missing '>'.
>
> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140416/b53f1640/attachment-0001.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] pinctrl: sunxi: fix typo in module author address
@ 2014-04-16 13:07 ` Maxime Ripard
0 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2014-04-16 13:07 UTC (permalink / raw)
To: Antoine Ténart; +Cc: linus.walleij, linux-arm-kernel, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 459 bytes --]
On Wed, Apr 16, 2014 at 02:57:48PM +0200, Antoine Ténart wrote:
> According to the MODULE_AUTHOR() comments, the author name should be
> "Name <email>" or just "Name". Add the missing '>'.
>
> Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] pinctrl: sunxi: fix typo in module author address
2014-04-16 12:57 ` Antoine Ténart
@ 2014-04-22 12:54 ` Linus Walleij
-1 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2014-04-22 12:54 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 16, 2014 at 2:57 PM, Antoine T?nart
<antoine.tenart@free-electrons.com> wrote:
> According to the MODULE_AUTHOR() comments, the author name should be
> "Name <email>" or just "Name". Add the missing '>'.
>
> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>
Patch applied with Maxime's ACK.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] pinctrl: sunxi: fix typo in module author address
@ 2014-04-22 12:54 ` Linus Walleij
0 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2014-04-22 12:54 UTC (permalink / raw)
To: Antoine Ténart
Cc: Maxime Ripard, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
On Wed, Apr 16, 2014 at 2:57 PM, Antoine Ténart
<antoine.tenart@free-electrons.com> wrote:
> According to the MODULE_AUTHOR() comments, the author name should be
> "Name <email>" or just "Name". Add the missing '>'.
>
> Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
Patch applied with Maxime's ACK.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-04-22 12:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 12:57 [PATCH] pinctrl: sunxi: fix typo in module author address Antoine Ténart
2014-04-16 12:57 ` Antoine Ténart
2014-04-16 13:07 ` Maxime Ripard
2014-04-16 13:07 ` Maxime Ripard
2014-04-22 12:54 ` Linus Walleij
2014-04-22 12:54 ` Linus Walleij
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.