X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fw83627hf.c;h=d7e240635b3b7b3d370d81db423e48e90b3249a8;hb=e0f2e3a06be513352cb4955313ed7e55909acd84;hp=dfdc29c77123a7e0530984f5251f229f000a9f89;hpb=5ffd1a6aaacc25be8cd0770a51ec6d46add3a276;p=powerpc.git diff --git a/drivers/hwmon/w83627hf.c b/drivers/hwmon/w83627hf.c index dfdc29c771..d7e240635b 100644 --- a/drivers/hwmon/w83627hf.c +++ b/drivers/hwmon/w83627hf.c @@ -286,9 +286,8 @@ static inline u8 DIV_TO_REG(long val) return ((u8) i); } -/* For each registered chip, we need to keep some data in memory. That - data is pointed to by w83627hf_list[NR]->data. The structure itself is - dynamically allocated, at the same time when a new client is allocated. */ +/* For each registered chip, we need to keep some data in memory. + The structure is dynamically allocated. */ struct w83627hf_data { struct i2c_client client; struct class_device *class_dev;