diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-02-14 21:15:03 +0100 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2007-02-14 21:15:03 +0100 |
commit | ed6bafbf6017d6a007b39de6b65ad3b8ae4c8aee (patch) | |
tree | f63bb4d3d5bd762b32fd94f3dd3b2fe31525e1bb /drivers/hwmon/sis5595.c | |
parent | 7f999aa726ded3fd10d7619945e8b7d7e39833b3 (diff) | |
download | linux-ed6bafbf6017d6a007b39de6b65ad3b8ae4c8aee.tar.bz2 |
hwmon: Cleanup a bogus legacy comment
Cleanup a bogus legacy comment that has been replicated to many
hardware monitoring drivers.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/sis5595.c')
-rw-r--r-- | drivers/hwmon/sis5595.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/hwmon/sis5595.c b/drivers/hwmon/sis5595.c index 95a4b5d9eaf2..3f400263fc0f 100644 --- a/drivers/hwmon/sis5595.c +++ b/drivers/hwmon/sis5595.c @@ -162,10 +162,8 @@ static inline u8 DIV_TO_REG(int val) } #define DIV_FROM_REG(val) (1 << (val)) -/* For the SIS5595, we need to keep some data in memory. That - data is pointed to by sis5595_list[NR]->data. The structure itself is - dynamically allocated, at the time when the new sis5595 client is - allocated. */ +/* For each registered chip, we need to keep some data in memory. + The structure is dynamically allocated. */ struct sis5595_data { struct i2c_client client; struct class_device *class_dev; |