hwmon: (sht15) general code clean-up
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Tue, 12 Apr 2011 19:34:36 +0000 (15:34 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Thu, 19 May 2011 15:19:33 +0000 (08:19 -0700)
commit99a0378de9f887fd4d501f1baa50aaf16d01a8e8
tree1c13bd8f5c89eccfd94e2c8e61323dd70f0a5191
parent83bffbce745795572d20f0109395cb61690c6dcf
hwmon: (sht15) general code clean-up

* Add a documentation file for the device.
* Respect a bit more the kernel-doc syntax.
* Rename some variables for clarity.
* Use bool type for flags.
* Use an enum for states (actions being done).

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Documentation/hwmon/sht15 [new file with mode: 0644]
drivers/hwmon/sht15.c
include/linux/sht15.h