[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87zkiobxr2.wl%kuninori.morimoto.gx@renesas.com>
Date: Wed, 31 Aug 2011 23:08:37 -0700 (PDT)
From: Kuninori Morimoto <kuninori.morimoto.gx@...il.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: Magnus <magnus.damm@...il.com>, Linux-Net <netdev@...r.kernel.org>,
Kuninori Morimoto <kuninori.morimoto.gx@...il.com>
Subject: [PATCH 2/3] net/irda: sh_irda: update author's email address
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
it also cleanup white space
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
---
drivers/net/irda/sh_irda.c | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/net/irda/sh_irda.c b/drivers/net/irda/sh_irda.c
index a25d32a..f8e5750 100644
--- a/drivers/net/irda/sh_irda.c
+++ b/drivers/net/irda/sh_irda.c
@@ -2,7 +2,7 @@
* SuperH IrDA Driver
*
* Copyright (C) 2010 Renesas Solutions Corp.
- * Kuninori Morimoto <morimoto.kuninori@...esas.com>
+ * Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
*
* Based on sh_sir.c
* Copyright (C) 2009 Renesas Solutions Corp.
@@ -142,7 +142,7 @@ struct sh_irda_xir_func {
struct sh_irda_self {
void __iomem *membase;
- unsigned int irq;
+ unsigned int irq;
struct clk *clk;
struct net_device *ndev;
@@ -432,9 +432,9 @@ static void sh_irda_set_mode(struct sh_irda_self *self, enum sh_irda_mode mode)
func = &sh_irda_mfir_func;
break;
default:
- name = "NONE";
- data = 0;
- func = &sh_irda_xir_func;
+ name = "NONE";
+ data = 0;
+ func = &sh_irda_xir_func;
break;
}
@@ -848,10 +848,10 @@ static int __devexit sh_irda_remove(struct platform_device *pdev)
}
static struct platform_driver sh_irda_driver = {
- .probe = sh_irda_probe,
- .remove = __devexit_p(sh_irda_remove),
- .driver = {
- .name = DRIVER_NAME,
+ .probe = sh_irda_probe,
+ .remove = __devexit_p(sh_irda_remove),
+ .driver = {
+ .name = DRIVER_NAME,
},
};
@@ -868,6 +868,6 @@ static void __exit sh_irda_exit(void)
module_init(sh_irda_init);
module_exit(sh_irda_exit);
-MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@...esas.com>");
+MODULE_AUTHOR("Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>");
MODULE_DESCRIPTION("SuperH IrDA driver");
MODULE_LICENSE("GPL");
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists