Commit 7af11b8d authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by David S. Miller

net/irda: sh_irda: update author's email address

it also cleanup white space
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b27fcddd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* SuperH IrDA Driver * SuperH IrDA Driver
* *
* Copyright (C) 2010 Renesas Solutions Corp. * Copyright (C) 2010 Renesas Solutions Corp.
* Kuninori Morimoto <morimoto.kuninori@renesas.com> * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
* *
* Based on sh_sir.c * Based on sh_sir.c
* Copyright (C) 2009 Renesas Solutions Corp. * Copyright (C) 2009 Renesas Solutions Corp.
...@@ -870,6 +870,6 @@ static void __exit sh_irda_exit(void) ...@@ -870,6 +870,6 @@ static void __exit sh_irda_exit(void)
module_init(sh_irda_init); module_init(sh_irda_init);
module_exit(sh_irda_exit); module_exit(sh_irda_exit);
MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>"); MODULE_AUTHOR("Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>");
MODULE_DESCRIPTION("SuperH IrDA driver"); MODULE_DESCRIPTION("SuperH IrDA driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment