diff options
author | Samuel Ortiz <samuel@sortiz.org> | 2007-07-03 01:56:15 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-11 01:16:45 -0400 |
commit | 66f5e51ed5a300291b34bf3e2b1e22ac28ca3631 (patch) | |
tree | fe70bb70b332f27b8143905d5b2b5b7a999f1315 /drivers/net/irda | |
parent | 411725280bd0058ebb83c0e32133b7a94902c3a6 (diff) |
[IrDA]: kingsun-sir.c charset fix.
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda')
-rw-r--r-- | drivers/net/irda/kingsun-sir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/irda/kingsun-sir.c b/drivers/net/irda/kingsun-sir.c index 217429122e79..bdd5c979bead 100644 --- a/drivers/net/irda/kingsun-sir.c +++ b/drivers/net/irda/kingsun-sir.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Version: 0.1.1 | 4 | * Version: 0.1.1 |
5 | * Description: Irda KingSun/DonShine USB Dongle | 5 | * Description: Irda KingSun/DonShine USB Dongle |
6 | * Status: Experimental | 6 | * Status: Experimental |
7 | * Author: Alex Villac�s Lasso <a_villacis@palosanto.com> | 7 | * Author: Alex Villacís Lasso <a_villacis@palosanto.com> |
8 | * | 8 | * |
9 | * Based on stir4200 and mcs7780 drivers, with (strange?) differences | 9 | * Based on stir4200 and mcs7780 drivers, with (strange?) differences |
10 | * | 10 | * |
@@ -652,6 +652,6 @@ static void __exit kingsun_cleanup(void) | |||
652 | } | 652 | } |
653 | module_exit(kingsun_cleanup); | 653 | module_exit(kingsun_cleanup); |
654 | 654 | ||
655 | MODULE_AUTHOR("Alex Villac�s Lasso <a_villacis@palosanto.com>"); | 655 | MODULE_AUTHOR("Alex Villacís Lasso <a_villacis@palosanto.com>"); |
656 | MODULE_DESCRIPTION("IrDA-USB Dongle Driver for KingSun/DonShine"); | 656 | MODULE_DESCRIPTION("IrDA-USB Dongle Driver for KingSun/DonShine"); |
657 | MODULE_LICENSE("GPL"); | 657 | MODULE_LICENSE("GPL"); |