Skip to content

Commit 7af11b8

Browse files
morimotodavem330
authored andcommitted
net/irda: sh_irda: update author's email address
it also cleanup white space Signed-off-by: Kuninori Morimoto <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b27fcdd commit 7af11b8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

drivers/net/irda/sh_irda.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SuperH IrDA Driver
33
*
44
* Copyright (C) 2010 Renesas Solutions Corp.
5-
* Kuninori Morimoto <morimoto.kuninori@renesas.com>
5+
* Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
66
*
77
* Based on sh_sir.c
88
* Copyright (C) 2009 Renesas Solutions Corp.
@@ -144,7 +144,7 @@ struct sh_irda_xir_func {
144144

145145
struct sh_irda_self {
146146
void __iomem *membase;
147-
unsigned int irq;
147+
unsigned int irq;
148148
struct clk *clk;
149149

150150
struct net_device *ndev;
@@ -434,9 +434,9 @@ static void sh_irda_set_mode(struct sh_irda_self *self, enum sh_irda_mode mode)
434434
func = &sh_irda_mfir_func;
435435
break;
436436
default:
437-
name = "NONE";
438-
data = 0;
439-
func = &sh_irda_xir_func;
437+
name = "NONE";
438+
data = 0;
439+
func = &sh_irda_xir_func;
440440
break;
441441
}
442442

@@ -850,10 +850,10 @@ static int __devexit sh_irda_remove(struct platform_device *pdev)
850850
}
851851

852852
static struct platform_driver sh_irda_driver = {
853-
.probe = sh_irda_probe,
854-
.remove = __devexit_p(sh_irda_remove),
855-
.driver = {
856-
.name = DRIVER_NAME,
853+
.probe = sh_irda_probe,
854+
.remove = __devexit_p(sh_irda_remove),
855+
.driver = {
856+
.name = DRIVER_NAME,
857857
},
858858
};
859859

@@ -870,6 +870,6 @@ static void __exit sh_irda_exit(void)
870870
module_init(sh_irda_init);
871871
module_exit(sh_irda_exit);
872872

873-
MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
873+
MODULE_AUTHOR("Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>");
874874
MODULE_DESCRIPTION("SuperH IrDA driver");
875875
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)