diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-03-26 10:45:02 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-03-26 10:45:02 +0100 |
commit | 5d7f77bf66bfa986754b3e12073bef0ab8cd61bd (patch) | |
tree | aca11e891d8af9e53967dedcdca47ad0b0eb5566 /drivers/hwmon/f71882fg.c | |
parent | f27def07bfb296d5eb441cd5777d351c7afcb4a1 (diff) |
hwmon: (f71882fg) Document all supported devices
The list of supported devices was not always well documented in all
places. Clarify and list all devices in documentation, Kconfig and
the driver itself.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/f71882fg.c')
-rw-r--r-- | drivers/hwmon/f71882fg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c index 222c7f4a1e3f..29879046fe53 100644 --- a/drivers/hwmon/f71882fg.c +++ b/drivers/hwmon/f71882fg.c @@ -114,7 +114,7 @@ static const char *f71882fg_names[] = { "f71862fg", "f71869", /* Both f71869f and f71869e, reg. compatible and same id */ "f71882fg", - "f71889fg", + "f71889fg", /* f81801u too, same id */ "f71889ed", "f8000", }; |