diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 18:24:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-03 18:24:35 -0400 |
commit | 811158b147a503fbdf9773224004ffd32002d1fe (patch) | |
tree | 0a11dcfefe721bfc38ea9f1f4a238822dbae0dda /drivers/hwmon | |
parent | 4e76c5ccd5ac9bd003467d3bb0f49b18572dd4cd (diff) | |
parent | b26e0ed4936b743b693a4cc1413561fa3e4eaf65 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (28 commits)
trivial: Update my email address
trivial: NULL noise: drivers/mtd/tests/mtd_*test.c
trivial: NULL noise: drivers/media/dvb/frontends/drx397xD_fw.h
trivial: Fix misspelling of "Celsius".
trivial: remove unused variable 'path' in alloc_file()
trivial: fix a pdlfush -> pdflush typo in comment
trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL
trivial: wusb: Storage class should be before const qualifier
trivial: drivers/char/bsr.c: Storage class should be before const qualifier
trivial: h8300: Storage class should be before const qualifier
trivial: fix where cgroup documentation is not correctly referred to
trivial: Give the right path in Documentation example
trivial: MTD: remove EOL from MODULE_DESCRIPTION
trivial: Fix typo in bio_split()'s documentation
trivial: PWM: fix of #endif comment
trivial: fix typos/grammar errors in Kconfig texts
trivial: Fix misspelling of firmware
trivial: cgroups: documentation typo and spelling corrections
trivial: Update contact info for Jochen Hein
trivial: fix typo "resgister" -> "register"
...
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/f75375s.c | 4 |
1 files changed, 2 insertions, 2 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 | ||
724 | MODULE_AUTHOR("Riku Voipio <riku.voipio@movial.fi>"); | 724 | MODULE_AUTHOR("Riku Voipio"); |
725 | MODULE_LICENSE("GPL"); | 725 | MODULE_LICENSE("GPL"); |
726 | MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver"); | 726 | MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver"); |
727 | 727 | ||