diff mbox

pinctrl: sunxi: fix typo in module author address

Message ID 1397653068-21788-1-git-send-email-antoine.tenart@free-electrons.com
State New
Headers show

Commit Message

Antoine Tenart April 16, 2014, 12:57 p.m. UTC
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(-)

Comments

Maxime Ripard April 16, 2014, 1:07 p.m. UTC | #1
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
Linus Walleij April 22, 2014, 12:54 p.m. UTC | #2
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
diff mbox

Patch

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");