* [PATCH] pinctrl: sunxi: fix typo in module author address
@ 2014-04-16 12:57 Antoine Ténart
2014-04-16 13:07 ` Maxime Ripard
2014-04-22 12:54 ` Linus Walleij
0 siblings, 2 replies; 3+ 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] 3+ messages in thread
* [PATCH] pinctrl: sunxi: fix typo in module author address
2014-04-16 12:57 [PATCH] pinctrl: sunxi: fix typo in module author address Antoine Ténart
@ 2014-04-16 13:07 ` Maxime Ripard
2014-04-22 12:54 ` Linus Walleij
1 sibling, 0 replies; 3+ 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] 3+ messages in thread
* [PATCH] pinctrl: sunxi: fix typo in module author address
2014-04-16 12:57 [PATCH] pinctrl: sunxi: fix typo in module author address Antoine Ténart
2014-04-16 13:07 ` Maxime Ripard
@ 2014-04-22 12:54 ` Linus Walleij
1 sibling, 0 replies; 3+ 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] 3+ messages in thread
end of thread, other threads:[~2014-04-22 12:54 UTC | newest]
Thread overview: 3+ 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 13:07 ` Maxime Ripard
2014-04-22 12:54 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).