aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hwmon/f75375s.c4
-rw-r--r--drivers/leds/leds-pca9532.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hwmon/f75375s.c b/drivers/hwmon/f75375s.c
index 18a1ba888165..e2107e533ede 100644
--- a/drivers/hwmon/f75375s.c
+++ b/drivers/hwmon/f75375s.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * f75375s.c - driver for the Fintek F75375/SP and F75373 2 * f75375s.c - driver for the Fintek F75375/SP and F75373
3 * hardware monitoring features 3 * hardware monitoring features
4 * Copyright (C) 2006-2007 Riku Voipio <riku.voipio@movial.fi> 4 * Copyright (C) 2006-2007 Riku Voipio
5 * 5 *
6 * Datasheets available at: 6 * Datasheets available at:
7 * 7 *
@@ -721,7 +721,7 @@ static void __exit sensors_f75375_exit(void)
721 i2c_del_driver(&f75375_driver); 721 i2c_del_driver(&f75375_driver);
722} 722}
723 723
724MODULE_AUTHOR("Riku Voipio <riku.voipio@movial.fi>"); 724MODULE_AUTHOR("Riku Voipio");
725MODULE_LICENSE("GPL"); 725MODULE_LICENSE("GPL");
726MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver"); 726MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver");
727 727
diff --git a/drivers/leds/leds-pca9532.c b/drivers/leds/leds-pca9532.c
index 76ec7498e2d5..bd3b431c9710 100644
--- a/drivers/leds/leds-pca9532.c
+++ b/drivers/leds/leds-pca9532.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * pca9532.c - 16-bit Led dimmer 2 * pca9532.c - 16-bit Led dimmer
3 * 3 *
4 * Copyright (C) 2008 Riku Voipio <riku.voipio@movial.fi> 4 * Copyright (C) 2008 Riku Voipio
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
@@ -367,7 +367,7 @@ static void __exit pca9532_exit(void)
367 i2c_del_driver(&pca9532_driver); 367 i2c_del_driver(&pca9532_driver);
368} 368}
369 369
370MODULE_AUTHOR("Riku Voipio <riku.voipio@movial.fi>"); 370MODULE_AUTHOR("Riku Voipio");
371MODULE_LICENSE("GPL"); 371MODULE_LICENSE("GPL");
372MODULE_DESCRIPTION("PCA 9532 LED dimmer"); 372MODULE_DESCRIPTION("PCA 9532 LED dimmer");
373 373