aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/abituguru.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/abituguru.c')
-rw-r--r--drivers/hwmon/abituguru.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/abituguru.c b/drivers/hwmon/abituguru.c
index 8f07a9dda152..0e05aa179eaa 100644
--- a/drivers/hwmon/abituguru.c
+++ b/drivers/hwmon/abituguru.c
@@ -1,5 +1,5 @@
1/* 1/*
2 abituguru.c Copyright (c) 2005-2006 Hans de Goede <j.w.r.degoede@hhs.nl> 2 abituguru.c Copyright (c) 2005-2006 Hans de Goede <hdegoede@redhat.com>
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -1505,7 +1505,7 @@ static void __exit abituguru_exit(void)
1505 platform_driver_unregister(&abituguru_driver); 1505 platform_driver_unregister(&abituguru_driver);
1506} 1506}
1507 1507
1508MODULE_AUTHOR("Hans de Goede <j.w.r.degoede@hhs.nl>"); 1508MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
1509MODULE_DESCRIPTION("Abit uGuru Sensor device"); 1509MODULE_DESCRIPTION("Abit uGuru Sensor device");
1510MODULE_LICENSE("GPL"); 1510MODULE_LICENSE("GPL");
1511 1511